www/index.html

26 lines
807 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Annual Maintenance</title>
</head>
<body style="background-color: rgb(53, 58, 63);color: rgb(159, 204, 218);">
<h1 style="text-align: center;">Personal Website | Aliberk Sandıı</h1>
<hr>
<h2 style="text-align: center;">UNDER ANNUAL MAINTENANCE</h2>
<hr>
<h3 style="text-align: center;">Please try again later</h3>
<div>
<h3><a href="link/">Links</a><br></h3>
<h3><a href="about/">About Me</a></h3>
<h3><a href="now/">Now</a></h3>
</div>
<!-- 2023 © Aliberk Sandıı -->
<!-- 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>
</html>