maintenance

This commit is contained in:
Aliberk Sandıkçı 2023-05-28 17:05:12 +03:00
parent 0fa9c33b48
commit f56a70727f
1 changed files with 12 additions and 9 deletions

View File

@ -2,16 +2,19 @@
<html> <html>
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>Website Under Construction</title> <title>Annual Maintenance</title>
</head> </head>
<body> <body style="background-color: rgb(53, 58, 63);color: rgb(159, 204, 218);">
<h1>Aliberk Sandıı</h1> <h1 style="text-align: center;">Personal Website | Aliberk Sandıı</h1>
<h2>Website Under Construction</h2> <hr>
random cat: <h2 style="text-align: center;">UNDER ANNUAL MAINTENANCE</h2>
<img src="https://thecatapi.com/api/images/get?format=src&type=gif"> <hr>
<h3 style="text-align: center;">Please try again later</h3>
<p>message: git success</p>
<p>no: 04</p> <!-- 2023 © Aliberk Sandıı -->
<p>UNDER DEVELOPMENT</p> <!-- Version: 0.0.4-m -->
<!-- Consider visiting /dev folder if you are a developer -->
<!-- Source code in https://git.aliberksandikci.com.tr/asandikci.com/www -->
</body> </body>
</html> </html>