mirror of
https://github.com/midou36o/midou36o.github.io
synced 2024-11-30 08:12:00 +05:30
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>
|