-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (32 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Strict</title>
<!-- css -->
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/media.css" ?>
<!-- google font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Indie+Flower&family=Roboto:wght@300;400;700;900&display=swap" rel="stylesheet">
<!-- google font ended -->
<!-- font awsome -->
<script src="https://kit.fontawesome.com/1c33aae474.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- banner part start -->
<banner id="banner">
<div class="container">
<div class="overly">
<h3>Strict</h3>
<div class="line"></div>
<p>STRICT is a responsive theme with a a clean and minimal look.</p>
<a href="#">Call To Action</a>
</div>
</div>
</banner>
<!-- banner part start -->
</body>
</html>