moxifoxiWebsite/index.html

29 lines
547 B
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>moxifoxi</title>
<link rel="icon" href="images/moxifoxiIcon.png" type="image/icon type">
</head>
<body>
<header>
<img src="images/moxifoxiLogo.png" alt="moxifoxi logo">
</header>
<div id="glow">
</div>
<main>
<h2>
Under construction⚠
</h2>
</main>
</body>
</html>