Initial commit

This commit is contained in:
Iris 2023-02-09 23:36:15 -05:00
parent 4128866318
commit eb6555b75d
2 changed files with 14 additions and 0 deletions

BIN
assets/cat.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

14
index.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>test page</title>
<link rel="stylesheet" href="css/css.css">
</head>
<body>
<main>
<h1>Welcome to nya.gay</h1>
<p>we are gay and cat meow</p>
</main>
</body>
</html>