diff options
| author | s1n <[email protected]> | 2019-10-08 19:07:38 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-08 19:07:38 -0700 |
| commit | ccf97f5b61d316813987a17bfc11dba4123a29ca (patch) | |
| tree | 9cdd5320d87b59d79e223ae7f0bed7e63997e307 | |
| parent | add wasd support (diff) | |
| download | s1n.pw-admin-ccf97f5b61d316813987a17bfc11dba4123a29ca.tar.xz s1n.pw-admin-ccf97f5b61d316813987a17bfc11dba4123a29ca.zip | |
no text highlighting and formatting on dino
| -rw-r--r-- | dino/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dino/index.html b/dino/index.html index 8051c73..9d498ae 100644 --- a/dino/index.html +++ b/dino/index.html @@ -6,7 +6,9 @@ <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>
+ <!-- CSS Links -->
<link rel="stylesheet" href="/dino/css/main.css">
+ <link rel="stylesheet" href="/css/no-text-highlighting.css">
<link rel="shortcut icon" href="/dino/favicon.png" type="image/x-icon">
</head>
@@ -31,6 +33,7 @@ </div>
</div>
+ <!-- Visable Scripts -->
<script src="/dino/js//main.js"></script>
<div class="footer">
|