use relative urls
This commit is contained in:
parent
117bdab039
commit
485d70863c
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<link rel='stylesheet' href='/index.css'>
|
<link rel='stylesheet' href='index.css'>
|
||||||
<script src="/index.js"></script>
|
<script src="index.js"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue