-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
58 lines (57 loc) · 1.88 KB
/
test.html
File metadata and controls
58 lines (57 loc) · 1.88 KB
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
<!DOCTYPE html>
<html lang="vi">
<head>
<title>test</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="A stupid web!" />
<link rel="icon" type="image/png" href="assets/icon.png" />
<link rel="stylesheet" href="styles.css" />
<style>
body {
font-family: "Times New Roman", "Arial", sans-serif;
color: #fff;
background-color: #1e1e1e;
}
/* .header .logo {
text-shadow: -1px -1.5px 0 black, 1px -1.5px 0 black, -1px 1.5px 0 black,
1px 1.5px 0 black;
font-size: 32px;
font-weight: bold;
height: 20px;
padding-left: 20px;
} */
</style>
</head>
<body>
<div class="header">
<div class="hc">
<img class="logo" src="assets/imgs/CustomMap_title.png" alt="logo" />
<ul>
<li class="title blyat">HOME</li>
<li class="title">OLDS</li>
<li class="title">CHR</li>
<li class="title">CTMB</li>
<li class="title">SAYGEX</li>
</ul>
<!-- <div class="logo">BackNNHH</div> -->
</div>
</div>
<div class="content">
<img src="assets/imgs/bg.png" alt="null" />
<img src="assets/imgs/bg.png" alt="null" />
<img src="assets/imgs/bg.png" alt="null" />
<img src="assets/imgs/bg.png" alt="null" />
<img src="assets/imgs/bg.png" alt="null" />
<img src="assets/imgs/bg.png" alt="null" />
<img src="assets/imgs/bg.png" alt="null" />
<img src="assets/imgs/bg.png" alt="null" />
<img src="assets/imgs/bg.png" alt="null" />
<img src="assets/imgs/bg.png" alt="null" />
<span
>Hey, this apple isn't bad. It's quite good actually...
流れてく時の中ででも 気だるさが ほらグルグル廻って
</span>
</div>
</body>
</html>