-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A personal website showcasing my professional experience and hobbies.">
<link rel="stylesheet" href="/css/stylesheet.css">
<title>My Personal Website</title>
</head>
<body>
<div id="header">
<h1>Welcome to My Personal Website</h1>
</div>
<div class="content">
<section id="about-me">
<h2>About Me</h2>
<p>This section is about me...</p>
<img src="./assets/images/hust_logo.png" alt="This is the logo of my undergraduate school">Logo of Huazhong University of Science and Technology
</section>
<section class="projects">
<h2>Projects</h2>
<p>Details about my projects...</p>
</section>
<a href="https://english.hust.edu.cn/" target="_blank">Homepage of Huazhong University of Science and Technology</a>
</div>
</body>
</html>