Created a stub.

This commit is contained in:
Dakota Blair 2020-09-12 23:17:01 -04:00
parent c184744aa5
commit c1fb4b2a76
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Dakota's tilde.club</title>
<link rel="stylesheet" type="text/css" href="tlide.css" media="screen" />
</head>
<body>
<header>
<h1>David Dakota Blair</h1>
</header>
<section>
This is Dakota's tilde.club page.
</section>
</body>
</html>

5
tilde.css Normal file
View File

@ -0,0 +1,5 @@
* {
margin: 0px;
padding: 0px;
font-family: monospace;
}