-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (28 loc) · 892 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
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<title>Compass sample for Gy</title>
<link rel="stylesheet" type="text/css" media="all" href="css/screen.css?v1.0.0" />
</head>
<body>
<div id="container">
<header></header>
<section id="content">
<section id="home">
<h1>The choice is evident</h1>
<div class="bacon"></div>
<div class="apple"></div>
<h1>Larger sprites</h1>
<div class="tomato"></div>
<h1>Font awesome examples</h1>
<i class="fa-icon-play"></i>
<i class="fa-icon-pause"></i>
<i class="fa-icon-stop"></i>
<h1>Font awesome with semantic CSS</h1>
<p class="text">Foo bar baz</p>
</section>
</section>
<footer></footer>
</div>
</body>
</html>