28 lines
906 B
HTML
28 lines
906 B
HTML
|
<!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">
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
|
||
|
<title>Welcome to kobold heaven uwu</title>
|
||
|
|
||
|
<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="css/style.css" />
|
||
|
<link rel="icon" type="image/x-icon" href="images/kobl.ca.ico" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
<div class=title>
|
||
|
<h1>なまえはシェーコボルド</h1>
|
||
|
<h2>Welcome to kobl.ca!</h2>
|
||
|
</div>
|
||
|
<p>
|
||
|
I'm a uhhhh kobold kobl uwu. Welcome to my pogger website and thanks for visiting. I also go by Deli :3
|
||
|
</p>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|