lemmy-phpbb-sveltejs/public/index.html
Luke Edwards 710c36b036 chore: add --single flag & update pathing;
- especially annoying for nested routes
- leaving root-relative is less common case
- Closes #31
2019-06-12 09:47:18 -07:00

17 lines
No EOL
346 B
HTML

<!doctype html>
<html>
<head>
<meta charset='utf8'>
<meta name='viewport' content='width=device-width'>
<title>Svelte app</title>
<link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/global.css'>
<link rel='stylesheet' href='/bundle.css'>
</head>
<body>
<script src='/bundle.js'></script>
</body>
</html>