init
This commit is contained in:
commit
dd41675a2f
5 changed files with 250 additions and 0 deletions
25
public/index.html
Normal file
25
public/index.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>IXVD.</title>
|
||||
<meta name="description" content="This is goodbye.">
|
||||
<meta name="author" content="IXVD Team">
|
||||
<meta name="theme-color" content="#0aa">
|
||||
<script src="./pub/name.js" defer></script>
|
||||
<link rel="stylesheet" href="./pub/page.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<section>
|
||||
<h2>Goodbye.</h2>
|
||||
<div class="space"></div>
|
||||
<span>I've had a lot of fun running this project, thanks to the people that stuck around.</span>
|
||||
<span>If you still need something, send a mail to <a href="mailto:usofrmqoy@mozmail.com">usofrmqoy@mozmail.com</a>.</span>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue