-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathindex.html
28 lines (27 loc) · 917 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>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Carbon | An open source rich document editor in the browser.</title>
<link rel="stylesheet" href="./demo/assets/normalize.css">
<style type="text/css">
#container {
max-width: 100%;
width: 500px;
margin: 0 auto;
font-size: 1.5em;
}
</style>
</head>
<body>
<div id="container">
<h1>Carbon</h1>
<p>An open source rich document editor in the browser.</p>
<p>Check out the <a href="demo/index.html">Demo here</a>.</p>
<p>Check an <a href="demo/rtl-demo.html">RTL Demo here</a>.</p>
<p>Check out the <a href="https://github.com/manshar/carbon">source code on GitHub</a>.</p>
<br/><br/>
<em>By your friends at <a href="http://manshar.org" target="blank">Manshar</a></em>
</div>
</body>
</html>