-
Notifications
You must be signed in to change notification settings - Fork 32
/
index.html
24 lines (24 loc) · 862 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
---
---
<!DOCTYPE html>
<html lang="{{ site.language }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ site.title }}</title>
<link rel="stylesheet" href="{{ site.styles }}">
<meta name="description" content="{{ site.description }}">
<meta name="author" content="{{ site.author }}">
<meta name="keywords" content="{{ site.keywords }}">
</head>
<body>
<div class="container">
<h1>Scss Playbook</h1>
<p>This page is generated using <a href="http://jekyllrb.com">Jekyll</a>, and is compiled using a variation of the <a href="http://matthewelsom.com/blog/simple-scss-playbook.html">Scss Playbook</a></p>
<p class="uppercase">Creative Commons Zero, Shrare, Reuse, Distribute Freely.</p>
</div>
<footer>
<div>CC0. Matthew Elsom 2016.</div>
</footer>
</body>
</html>