Changed folder layout
This commit is contained in:
parent
80451c0b63
commit
2344bac200
27
admin/index.html
Normal file
27
admin/index.html
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
|
<link rel="stylesheet" href="../styles/primary.css" />
|
||||||
|
<script src="../scripts/trojan.js"></script>
|
||||||
|
<title>Trojan's Trophy Room</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body id="body">
|
||||||
|
<div id="contentFrame">
|
||||||
|
<h1>Trojan's Trophy Room</h1>
|
||||||
|
<h3>Choose a division to see results!</h3>
|
||||||
|
<div id="navPanel">
|
||||||
|
<a href="open.html" target="dataFrame" class="navLink">OPEN</a>
|
||||||
|
<a href="intermediate.html" target="dataFrame" class="navLink">INTERMEDIATE</a>
|
||||||
|
<a href="main.html" target="dataFrame" class="navLink">MAIN</a>
|
||||||
|
<p class="newLine"></p>
|
||||||
|
<a href="general.html" target="dataFrame" class="navLink">GENERAL (HOME)</a>
|
||||||
|
</div>
|
||||||
|
<p> </p>
|
||||||
|
<iframe src="open.html" name="dataFrame" class="dataFrame" id="dataFrame" onload="resizeIframe(this);"></iframe>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -4,8 +4,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="primary.css" />
|
<link rel="stylesheet" href="styles/primary.css" />
|
||||||
<link rel="stylesheet" href="data.css" />
|
<link rel="stylesheet" href="styles/data.css" />
|
||||||
<!-- <script src="trojan.js"></script>-->
|
<!-- <script src="trojan.js"></script>-->
|
||||||
<title>TROJAN'S GENERAL DATA SHIT</title>
|
<title>TROJAN'S GENERAL DATA SHIT</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="primary.css" />
|
<link rel="stylesheet" href="styles/primary.css" />
|
||||||
<script src="trojan.js"></script>
|
<script src="scripts/trojan.js"></script>
|
||||||
<title>Trojan's Trophy Room</title>
|
<title>Trojan's Trophy Room</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="primary.css" />
|
<link rel="stylesheet" href="styles/primary.css" />
|
||||||
<link rel="stylesheet" href="data.css" />
|
<link rel="stylesheet" href="styles/data.css" />
|
||||||
<!-- <script src="trojan.js"></script>-->
|
<!-- <script src="trojan.js"></script>-->
|
||||||
<title>INTERMEDIATE DIVISION DATA</title>
|
<title>INTERMEDIATE DIVISION DATA</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="primary.css" />
|
<link rel="stylesheet" href="styles/primary.css" />
|
||||||
<link rel="stylesheet" href="data.css" />
|
<link rel="stylesheet" href="styles/data.css" />
|
||||||
<!-- <script src="trojan.js"></script>-->
|
<!-- <script src="trojan.js"></script>-->
|
||||||
<title>MAIN DIVISION DATA</title>
|
<title>MAIN DIVISION DATA</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="primary.css" />
|
<link rel="stylesheet" href="styles/primary.css" />
|
||||||
<link rel="stylesheet" href="data.css" />
|
<link rel="stylesheet" href="styles/data.css" />
|
||||||
<!-- <script src="trojan.js"></script>-->
|
<!-- <script src="trojan.js"></script>-->
|
||||||
<title>OPEN DIVISION DATA</title>
|
<title>OPEN DIVISION DATA</title>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user