710c36b036
- especially annoying for nested routes - leaving root-relative is less common case - Closes #31
17 lines
No EOL
346 B
HTML
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> |