Flowerpot/index.html

12 lines
190 B
HTML
Raw Normal View History

2023-03-21 15:22:51 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<h1>HELLO WORLD</h1>
2023-03-21 15:24:10 +00:00
<a href="https://www.baidu.com">Link text</a>
2023-03-21 15:22:51 +00:00
</body>
</html>