-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (21 loc) · 810 Bytes
/
Copy pathindex.html
File metadata and controls
38 lines (21 loc) · 810 Bytes
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
38
<head>
<link href='https://fonts.googleapis.com/css?family=Josefin+Sans:400,700' rel='stylesheet' type='text/css'>
<link type="text/css" rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Website Idea Generator</title>
</head>
<body>
<div class="outer-container">
<div class="inner-container">
<div class="description">It's like</div>
<div id="website">WordPress</div>
<div class="description">except for</div>
<div id="demographic">Hipsters</div>
<div id="inspiration"><span>Inspire Me!</span></div>
</div>
</div>
<div class="credits"><a href="http://www.samueldurkin.com">Built by Samuel Durkin</a></div>
<script src="js/script.js"></script>
</body>
<footer>
</footer>