diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2021-11-04 17:37:25 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2021-11-04 17:37:25 -0500 |
| commit | 29fc563863f561cdc707485289c5580b4397a580 (patch) | |
| tree | a43784660fdc29e5b95df3e358cf722eec2b092b /public/index.html | |
| parent | 9bce000c7b5799837fac15bd6339dfd27401b630 (diff) | |
Add continuous deployment
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/public/index.html b/public/index.html index db97b4a..3e7c201 100644 --- a/public/index.html +++ b/public/index.html @@ -4,11 +4,11 @@ <meta charset='utf-8'> <meta name='viewport' content='width=device-width,initial-scale=1'> - <title>Svelte app</title> + <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='icon' type='image/png' href='./favicon.png'> + <link rel='stylesheet' href='./global.css'> + <link rel='stylesheet' href='./build/bundle.css'> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/svelte-material-ui@4.2.0/bare.min.css" @@ -22,7 +22,7 @@ href="https://fonts.googleapis.com/icon?family=Material+Icons" /> - <script defer src='/build/bundle.js'></script> + <script defer src='./build/bundle.js'></script> </head> <body> |
