-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
28 lines (26 loc) · 1.68 KB
/
index.php
File metadata and controls
28 lines (26 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8" />
<title>CAMS CSC Learn</title>
<link rel="stylesheet" href="styles/index.css" type="text/css" />
<link rel="shortcut icon" href="http://www.camscsc.org/favicon.ico" />
<link rel="stylesheet" href="styles/jquery-ui.min.css" type="text/css" />
<script type="text/javascript" src="scripts/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="scripts/jquery-ui.min.js"></script>
<script type="text/javascript" src="scripts/index.js"></script>
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UA-48668461-3', 'auto');ga('send', 'pageview');</script>
</head>
<body>
<div id="menu">
<div id="0" class="menuitem"><p>Home</p></div>
<div id="1" class="menuitem"><p>Web</p></div>
<div id="2" class="menuitem"><p>Forensics</p></div>
<div id="3" class="menuitem"><p>Hardware</p></div>
<div id="4" class="menuitem"><p>Software</p></div>
<div id="5" class="menuitem"><p>Other</p></div>
<div id="license"><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="http://learn.camscsc.org/ccby.png" /></a><br />Except where otherwise noted, content on this site is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</div>
</div>
<div id="content"></div>
</body>
</html>