kobl.ca/index.html

29 lines
841 B
HTML
Raw Normal View History

2023-02-02 02:11:07 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-ca">
2023-02-02 00:30:44 +00:00
<head>
2023-02-02 02:11:07 +00:00
<meta charset="UTF-8" />
2023-02-02 00:30:44 +00:00
<title>Welcome to kobold heaven uwu</title>
2023-02-02 02:11:07 +00:00
<meta name="keywords" content="DeliDoggo24, Kobold" />
<meta name="description" content="A website all about Shay and the awesome things they do!" />
<meta name="author" content="Shay" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" type="image/x-icon" href="images/kobl.ico" />
2023-02-02 00:30:44 +00:00
</head>
2023-02-02 01:04:20 +00:00
2023-02-02 00:30:44 +00:00
<body>
2023-02-02 01:04:20 +00:00
<div class=title>
2023-02-02 02:11:07 +00:00
<h1>なまえはシェー</h1>
2023-02-02 01:04:20 +00:00
</div>
2023-02-02 02:11:07 +00:00
<p>
I'm a uhhhh kobold kobl uwu. Welcome to my pogger website and thanks for visiting. I also go by Deli :3
</p>
2023-02-02 01:04:20 +00:00
2023-02-02 00:30:44 +00:00
</body>
2023-02-02 01:04:20 +00:00
</html>