personal-site/index.html

10 lines
138 B
HTML
Raw Normal View History

2022-07-24 17:21:29 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Personal Site</title>
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>