this sure do be a website

This commit is contained in:
erin 2023-07-17 23:29:32 -04:00
commit e1eb83c73c
8 changed files with 409 additions and 0 deletions

16
out/index.html Normal file
View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Document</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="textbox textbox--simple textbox--red">
<div class="textbox__text">
Welcome to <span class="textbox__span textbox__span--blue">webring.umbreon.online</span>!
</div>
</div>
</body>
</html>