added ssi files (not ssi support yet, though)
This commit is contained in:
+1
-1
@@ -4,7 +4,6 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=no">
|
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=no">
|
||||||
<title>Byte Dice</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/global/navBar.css">
|
<link rel="stylesheet" href="/global/navBar.css">
|
||||||
<link rel="stylesheet" href="/global/globalStyle.css">
|
<link rel="stylesheet" href="/global/globalStyle.css">
|
||||||
@@ -12,6 +11,7 @@
|
|||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href="/assets/favicon_32x32.png">
|
<link rel="icon" type="image/png" href="/assets/favicon_32x32.png">
|
||||||
|
<title>Byte Dice</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=no">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/global/navBar.css">
|
||||||
|
<link rel="stylesheet" href="/global/globalStyle.css">
|
||||||
|
<link rel="stylesheet" href="/global/loadingScreen.css">
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
|
|
||||||
|
<link rel="icon" type="image/png" href="/assets/favicon_32x32.png">
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
<!-- global -->
|
||||||
|
<script src="/global/globalScript.js"></script>
|
||||||
|
<script src="/global/pxDensity.js"></script>
|
||||||
|
<script src="/global/loadingScreen.js"></script>
|
||||||
|
<script src="/global/navBar.js"></script>
|
||||||
|
<script src="/global/screenTransition.js"></script>
|
||||||
|
|
||||||
|
<!-- local -->
|
||||||
|
<script src="script.js"></script>
|
||||||
Reference in New Issue
Block a user