-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (31 loc) · 1.07 KB
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HTML & CSS Boilerplate</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans|Slabo+27px|Raleway' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Josefin+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles/main.css" charset="utf-8">
<script src="scripts/app.js"></script>
</head>
<body>
<section id='content'>
<h1>Hello World</h1>
<h2>My first style guide</h2>
<p>
Whatever goes here Whatever goes here
Whatever goes hereWhatever goes here
Whatever goes hereWhatever goes here
Whatever goes hereWhatever goes here
Whatever goes hereWhatever goes here
Whatever goes hereWhatever goes here
Whatever goes hereWhatever goes here
Whatever goes hereWhatever goes here
Whatever goes hereWhatever goes here
Whatever goes hereWhatever goes here
</p>
</section>
<!-- <section id = 'gif'>
</section> -->
</body>
</html>