-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathindex.html
40 lines (35 loc) · 1.12 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
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Site Meta content -->
<meta name="theme-color" content="#fff">
<meta name="description" content="">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:description" content="">
<meta property="og:image" content="">
<title>RC's HTML5 Boilerplate</title>
<!-- Favicon Included -->
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="manifest" href="img/site.webmanifest">
<!-- Main Stylesheet Included -->
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<!-- Header Section -->
<header></header>
<!-- Body Section -->
<main>
<h1 class="text-center">HTML5 Boilerplate</h1>
</main>
<!-- Footer Section -->
<footer></footer>
<!-- Custom Js Included -->
<script src="js/custom.js"></script>
</body>
</html>