diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index f7dbc53..32e4ca4 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ <title>PT Scheduler</title> <link rel='icon' type='image/png' href='./favicon.png'> - <link rel='stylesheet' href='./global.css'> + <link rel='stylesheet' href='./build/bundle.css'> <link rel="stylesheet" @@ -22,9 +22,11 @@ href="https://fonts.googleapis.com/icon?family=Material+Icons" /> + <!-- Load the Svelte output --> <script defer src='./build/bundle.js'></script> </head> <body> + <h1 class="text-3xl font-bold underline">hello</h1> </body> </html> |
