29 lines
547 B
HTML
29 lines
547 B
HTML
<!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> |