mirror of
https://github.com/sern-handler/website
synced 2026-06-27 18:22:22 +00:00
24 lines
802 B
HTML
24 lines
802 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Coming Soon</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
|
|
<link rel="stylesheet" href="assets/css/style.css">
|
|
<link rel="icon" href="assets/images/icon.png">
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<img src="assets/images/logo.png">
|
|
|
|
<h1>Coming Soon<span class="dot">.</span></h1>
|
|
<p>Our website is under heavy development and not ready to use.</p>
|
|
<div class="icons">
|
|
<a href="https://github.com/sern-handler/"><i class="fab fa-github"></i></i></a>
|
|
<a href="https://discord.gg/123456"><i class="fab fa-discord"></i></a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|