aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-11-04 17:37:25 -0500
committerFurkan Sahin <furkan-dev@proton.me>2021-11-04 17:37:25 -0500
commit29fc563863f561cdc707485289c5580b4397a580 (patch)
treea43784660fdc29e5b95df3e358cf722eec2b092b /public/index.html
parent9bce000c7b5799837fac15bd6339dfd27401b630 (diff)
Add continuous deployment
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html10
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>