asxpio/index.html
2023-08-25 05:11:15 +03:00

41 lines
1 KiB
HTML

<html>
<head>
<title>asxpi</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans">
<link rel="icon" type="image/png" href="icons16.png" sizes="16x16" />
<style>
body {
background-color: #121212;
color: #FAFAFA;
font-family: 'Open Sans';
}
.header {
text-align: center;
}
.footer {
text-align: center;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
}
</style>
</head>
<body>
<div class="header">
<h1>Hello! And what are you looking for here? Ahh?!<br></h1>
</div>
<h2>
<p>Here are my services:</p>
<ul>
<li><a href="https://jenkins.asxp.io" target="_blank" rel="noopener noreferrer">Jenkins</a></li>
<li><a href="https://git.asxp.io" target="_blank" rel="noopener noreferrer">Gitea</a></li>
<li><a href="https://uptime.asxp.io" target="_blank" rel="noopener noreferrer">Uptime</a></li>
</ul>
</h2>
<div class="footer">
<h1>me@asxp.io or t.me/asxpi</h1>
</div>
</body>
</html>