-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
60 lines (56 loc) · 1.93 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
<!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.0" />
<title>SASS | Template</title>
<link rel="shortcut icon" href="./assets/logo/logo192.png" type="image/x-icon" />
<link rel="shortcut icon" href="./assets/logo/logo512.png" type="image/x-icon" />
<meta name="title" content="sass template" />
<meta name="description" content="This is a template about sass structure basic." />
<meta property="og:locale" content="vi" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Trang chủ" />
<meta property="og:description" content="This is a template about sass structure basic." />
<meta property="og:url" content="" />
<meta property="og:site_name" content="" />
<meta property="og:image" content="" />
<link rel="stylesheet" href="assets/css/main.min.css" />
</head>
<body>
<div id="app">
<header>
<h1>
<div class="image-box">
<img src="./assets/logo/logo192.png" alt="Quyen Dang Logo" class="logo" />
</div>
<span>SASS TEMPLATE</span>
</h1>
<p>
Please start with README.md file. Reference:
<a href="https://sass-lang.com/guide" class="link"
>sass
<span></span>
<span></span>
<span></span>
<span></span>
</a>
</p>
</header>
<main>
<img src="./assets/images/sass_backgroud.webp" alt="sass_image" class="cover" />
</main>
<footer>
Thank you use this template! - Created By
<a href="https://www.facebook.com/QuyenGiaSuJS" class="link"
>Quyen Dang
<span></span>
<span></span>
<span></span>
<span></span>
</a>
</footer>
</div>
</body>
</html>