-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (32 loc) · 1020 Bytes
/
index.html
File metadata and controls
38 lines (32 loc) · 1020 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Your site here</title>
<meta name="description" content="Description of the page less than 150 characters">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./dist/css/styles.css">
</head>
<body>
<!--header start-->
<header role="header" class='header'>
</header>
<!--header end-->
<!--main start-->
<main role="main" class='main'>
<div>Lorem ipsum dolor sit amet, consectetur adipisicing elit.
<span>Accusamus assumenda aut beatae, consequatur consequuntur explicabo hic id, libero natus non, odit officiis vel veniam! Accusamus architecto incidunt mollitia quibusdam quod!</span>
</div>
</main>
<!--main end-->
<!--footer start-->
<footer role="footer" class="footer">
</footer>
<!--footer end-->
<!--scripts start-->
<footer role="footer">
<script src="dist/js/scripts.min.js"></script>
</footer>
<!--scripts end-->
</body>
</html>