-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
28 lines (28 loc) · 834 Bytes
/
index.html
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 lang="en">
<link rel="stylesheet" href="gh-page/static.css">
<meta charset="UTF-8">
<title>Kobal: Annotate the internet, together. </title>
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
</head>
<body>
<div class="background-image">
</div>
<div class="content">
<div class="header">
KOBAL
</div>
<div class="subtitle">
Annotate the Internet.
</div>
<div class="example">
<p>
There's plenty of text just like this all over the internet. Reading up on some code documentation
that you don't quite understand? Want to discuss a paragraph in an article? Now, you can make
comments wherever you go. See a comment you like? Acknowledge it with a small bitcoin tip.
</p>
</div>
</div>
</body>
</html>