-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 743 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ComCom</title>
<meta name="author" content="sirbrad" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/css/index.css" />
</head>
<body data-issue-id="3">
<header class="site-head" role="banner">
<div class="contain">
<h1 class="site-brand">Chatta</h1>
<h2>GitHub Powered Comments</h2>
</div>
</header>
<main class="site-body contain">
<ol class="comment-list">
</ol>
</main>
<script data-main="js/main" src="js/libs/requirejs/require.js"></script>
</body>
</html>