-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 719 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang = "en">
<head>
<title>kai chen chai</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<p>
<span style="font-size:5vw; font-style:italic; font-weight:bold;">kai chen chai</span><br>
<span style="font-size:2vw">welcome to my website</span><br>
<br>
<img src="./assets/smiley.png" alt="smiley face with sunglasses and thumbs up" class="center" style="width: 10vw;">
<br>
<!--<a href="./pages/aboutme.html" target="_self">about me</a>
<span>|</span>
<a href="./pages/coolstuff.html" target="_self">cool stuff</a>-->
</p>
</body>
</html>