kobl.ca/index.html

18 lines
273 B
HTML
Raw Normal View History

2023-02-02 01:04:20 +00:00
<!DOCTYPE html>
2023-02-02 00:30:44 +00:00
<html>
<head>
<title>Welcome to kobold heaven uwu</title>
2023-02-02 01:04:20 +00:00
<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>
<h1>ababa</h1>
</div>
2023-02-02 00:30:44 +00:00
</body>
2023-02-02 01:04:20 +00:00
</html>