import the dwarven empire
This commit is contained in:
parent
363b83f93d
commit
0c57aa32c6
23 changed files with 1167 additions and 2 deletions
51
html/dwarvenmail/index.html
Normal file
51
html/dwarvenmail/index.html
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Dwarven Mail</title>
|
||||
<meta name="description" content="email for the deep folk">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" media="screen" href="index.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<section id="page">
|
||||
|
||||
<header id="header">
|
||||
<div class="title-wrapper content">
|
||||
<div class="title-group">
|
||||
<h1 class="title">Dwarven Mail</h1>
|
||||
<span class="description">
|
||||
<em>email for the deep folk</em>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<br />
|
||||
|
||||
<main id="main">
|
||||
<!-- you have my shield -->
|
||||
</main>
|
||||
|
||||
<footer id="footer">
|
||||
<!-- and my axe -->
|
||||
<div class="footlink">
|
||||
<span class="footdesc">
|
||||
[
|
||||
<a target="_blank" href="https://dwarvenruins.com/">dwarven ruins</a> |
|
||||
<a target="_blank" href="https://dwarvenvault.com/">dwarven vault</a>
|
||||
]
|
||||
</span>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<br />
|
||||
|
||||
</section>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue