mirror of
https://github.com/midou36o/midou36o.github.io
synced 2024-11-30 07:01:58 +05:30
6b06cb1c9b
Stolen from Odyssey's website Co-Authored-By: Alexander J <57069715+Odyssey346@users.noreply.github.com>
11 lines
331 B
HTML
11 lines
331 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Coming Soon...</title>
|
|
<link rel="stylesheet" type="text/css" href="/src/index.css">
|
|
</head>
|
|
<body>
|
|
<h1 style="text-align: center">Work in progress!</h1>
|
|
<a style="text-align: center" href="../index.html">get back to main site</a>
|
|
</body>
|
|
</html> |