-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (42 loc) · 1.52 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="vendors/css/normalize.css">
<link rel="stylesheet" type="text/css" href="vendors/css/Grid.css">
<link rel="stylesheet" type="text/css" href="resources/css/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<title>Sample Project</title>
</head>
<body>
<div class="loader">
<div class="inner"></div>
</div>
<header>
<div class="row header-title">
</div>
</header>
<section class="section-1">
<div class="row section-1-title">
</div>
</section>
<section class="section-2">
<div class="row section-2-title">
</div>
</section>
<section class="section-3">
<div class="row section-3-title">
</div>
</section>
<section class="section-4">
</section><section class="section-5">
</section><section class="section-6">
</section><section class="section-7">
</section><section class="section-8">
</section><section class="section-9">
</section><section class="section-10">
</section><section class="section-11">
</section><section class="section-12">
</section>
<script src="resources/js/script.js"></script>
</body>
</html>