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>
|
||||
|
||||
<head>
|
||||
<link rel='stylesheet' href='/index.css'>
|
||||
<script src="/index.js"></script>
|
||||
<link rel='stylesheet' href='index.css'>
|
||||
<script src="index.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue