Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcategories.html
More file actions
Latest commit
54 lines (53 loc) · 2.1 KB
/
Copy pathcategories.html
File metadata and controls
54 lines (53 loc) · 2.1 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
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--><htmlclass="no-js" lang="en"><!--<![endif]-->
<head>
<metacharset="utf-8">
<title>QuantifiedCode | </title>
<metaname="apple-mobile-web-app-capable" content="yes" />
<metaname="viewport" content="width=device-width, initial-scale=1" />
<linkhref="/theme/css/main.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<navid="navbar" class="navbar navbar-default navbar-static-top" role="navigation">
<divclass="container">
<!-- Brand and toggle get grouped for better mobile display -->
<divid="nav-head" class="navbar-header">
<buttontype="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#toggle-menu">
<spanclass="sr-only">Toggle navigation</span>
<spanclass="icon-bar"></span>
<spanclass="icon-bar"></span>
<spanclass="icon-bar"></span>
</button>
<aclass="navbar-brand" href="/"><imgsrc="/theme/images/logo.svg" /></a>
</div>
<divid="menu">
<divclass="collapse navbar-collapse" id="toggle-menu">
<ulclass="nav navbar-nav navbar-right">
<li><ahref="/contact.html">Contact</a></li>
<li><ahref="/features.html">Features</a></li>
<li><ahref="/download.html">Download</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</nav>
</header>
<divid="main">
<divclass="container">
<divclass="row-fluid">
<divclass="col-md-12 col-sm-12">
<ul>
<li><ahref="/category/announcement.html">"announcement"</a></li>
</ul>
</div>
</div>
</div>
</div>
<scriptsrc="/theme/bower_components/jquery/dist/jquery.min.js" type="text/javascript"></script>
<scriptsrc="/theme/bower_components/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>