Skip to content
Snippets Groups Projects
Commit 2c9c27b5 authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Change absolute paths to relative paths

parent 18588c09
Branches
No related tags found
No related merge requests found
Pipeline #4124 passed
......@@ -7,13 +7,13 @@
<title>Svelte app</title>
<link rel='icon' type='image/png' href='/favicon.png'>
<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='/bulma.min.css'>
<link rel='stylesheet' href='build/bundle.css'>
<link rel="stylesheet" href='bulma.min.css'>
<script defer src='/build/bundle.js'></script>
<script defer src="/fontawesome.js"></script>
<script defer src='build/bundle.js'></script>
<script defer src="fontawesome.js"></script>
</head>
<body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment