diff options
| author | s1n <[email protected]> | 2019-10-02 13:02:20 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-10-02 13:02:20 -0700 |
| commit | 4cd096f0ecd37c35e70e3ec5d8ddfeaf38398caf (patch) | |
| tree | 18273a0b38f9f0b2653718f779681d6338db70f1 /dino | |
| parent | replace footer with current year copyright (diff) | |
| download | s1n.pw-admin-4cd096f0ecd37c35e70e3ec5d8ddfeaf38398caf.tar.xz s1n.pw-admin-4cd096f0ecd37c35e70e3ec5d8ddfeaf38398caf.zip | |
relink css and js
Diffstat (limited to 'dino')
| -rw-r--r-- | dino/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dino/index.html b/dino/index.html index 2a74eab..8051c73 100644 --- a/dino/index.html +++ b/dino/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>s1nical - Dino Game</title>
- <link rel="stylesheet" href="/main.css">
+ <link rel="stylesheet" href="/dino/css/main.css">
<link rel="shortcut icon" href="/dino/favicon.png" type="image/x-icon">
</head>
@@ -31,7 +31,7 @@ </div>
</div>
- <script src="/main.js"></script>
+ <script src="/dino/js//main.js"></script>
<div class="footer">
<link rel="stylesheet" type="text/css"
|