forked from devbridge/Front-End-Toolkit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
23 lines (21 loc) · 899 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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Front-End Toolkit</title>
<style type="text/css">
body, html{margin: 0; height: 100%}
body > div{ height: 100%}
iframe{ height: 100% !important;}
</style>
</head>
<body>
<h1>Hello You</h1>
<p>Before diving in to your project, there are a few things you need to know:</p>
<ul>
<li><a href="https://github.com/devbridge/Front-End-Toolkit/wiki/Front-End-Bible" target="_blank">Front-end Bible</a> - Set of rules and guidelines to help you to make a better and more cleaner web page.</li>
<li><a href="https://github.com/devbridge/Front-End-Toolkit/wiki/Layout-samples" target="_blank">HTML Layout samples</a> - The four most used layout templates.</li>
<li><a href="https://github.com/devbridge/Styleguide">Styleguide demo</a> - Styleguide demo page.</li>
</ul>
</body>
</html>