mue/index.html

48 lines
760 B
HTML

<!--
__ __
| \/ |
| \ / |_ _ ___
| |\/| | | | |/ _ \
| | | | |_| | __/
|_| |_|\__,_|\___|
-------------------
Copyright 2018 Dave R (ohlookitsderpy)
Licensed under MIT
Special thanks to contributors! <3
GitHub: https://github.com/ohlookitsderpy/Mue
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>New Tab</title>
<link href="./assets/css/index.css" rel="stylesheet">
</head>
<body>
<div class="greeting"></div>
<time></time>
<div class="quote">
<blockquote></blockquote>
<cite></cite>
</div>
</body>
<script src="./assets/js/index.js"></script>
</html>