this sure do be a website
This commit is contained in:
commit
e1eb83c73c
8 changed files with 409 additions and 0 deletions
16
out/index.html
Normal file
16
out/index.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue