webring-static/out/index.html

24 lines
591 B
HTML
Raw Normal View History

2023-07-17 23:29:32 -04:00
<!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>
2023-07-17 23:54:15 -04:00
<main>
<div class="textbox textbox--simple textbox--red">
<div class="textbox__text">
Welcome to <span class="textbox__span textbox__span--red">webring.umbreon.online</span>!
</div>
<div class="textbox__advance"></div>
2023-07-17 23:29:32 -04:00
</div>
2023-07-17 23:54:15 -04:00
<p>
hey yeah i sure am some text on the page aren't i
</p>
</main>
2023-07-17 23:29:32 -04:00
</body>
</html>