Files
mue/index.html
2018-10-30 09:53:32 +01:00

55 lines
2.4 KiB
HTML

<!--
/*
███████████████████████████████████████████████████████████
█ █╗
█ ███╗ ███╗██╗ ██╗███████╗ █║
█ ████╗ ████║██║ ██║██╔════╝ █║
█ ██╔████╔██║██║ ██║█████╗ █║
█ ██║╚██╔╝██║██║ ██║██╔══╝ █║
█ ██║ ╚═╝ ██║╚██████╔╝███████╗ █║
█ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝ █║
█ █║
█ Copyright 2018 Dave R (ohlookitsderpy) █║
█ Licensed under MIT █║
█ GitHub: https://github.com/ohlookitsderpy/Mue █║
█ █║
█ Special thanks to contributors! <3 █║
███████████████████████████████████████████████████████████║
╚═════════════════════════════════════════════════════════╝
*/
-->
<!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 animated fadeInUp"></div>
<time class="animated fadeInUp"></time>
<div class="quote animated fadeInUp">
<blockquote></blockquote>
<cite></cite>
</div>
</body>
<script src="./assets/js/index.js"></script>
</html>