-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebsite.html
More file actions
40 lines (39 loc) · 1.33 KB
/
website.html
File metadata and controls
40 lines (39 loc) · 1.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Eric's Blog</title>
<link rel="stylesheet" href="css/website.css">
<script src="test.js"></script>
</head>
<body class="hp_body">
<div class="hp_wrapper">
<div class="hp_main">
<div class="hp_Avatar">
<span class="hp_img">
<img src="images/Screenshot%202021-11-13%20153012.png" alt="a image is here">
</span>
<h2>Interesting</h2>
<p><font color="red">不作死就不会死</font></p>
</div>
<ul class="hp_links">
<li>
<a href="https://web.telegram.org/k/">telegram</a>
</li>
<li>
<a href="https://www.youtube.com">youtube</a>
</li>
<li>
<a href="https://www.youtube.com">youtube</a>
</li>
</ul>
<div class="hp_bt">
<button id="youtube">Youtube</button>
</div>
</div>
</div>
<footer>
<a href="https://html5up.net/">Powered: HTML5</a>
</footer>
</body>
</html>