-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (38 loc) · 1.72 KB
/
index.html
File metadata and controls
44 lines (38 loc) · 1.72 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html ng-app="incode" ng-cloak>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<title>InCode</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.16/angular.min.js"></script>
<script src="js/angular-ui-router.min.js"></script>
<script src="js/app.js"></script>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="js/sh_main.js"></script>
<script src="js/lang/sh_c.js"></script>
<script src="js/lang/sh_cpp.js"></script>
<script src="js/tipped.js"></script>
<link href="https://fonts.googleapis.com/css?family=Chivo:900" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/main.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/github-dark.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
<link rel="stylesheet" type="text/css" href="css/sh_themes/sh_golden.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/tipped.css" media="screen" />
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1 ui-sref="home">InCode</h1>
<h2><a ui-sref="home">Home</a> <a ui-sref="c">C</a></h2>
</header>
<hr>
<section id="main_content" ui-view></section>
<footer>
InCode is maintained by <a href="https://github.com/flatr0ze">flatr0ze</a><br>
This page was generated by <a href="https://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
</footer>
</div>
</div>
</body>
</html>