feat: add my website and merry christmas
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
hexlocation 2024-12-24 19:37:02 +01:00
parent 07c09dfd87
commit 855521e4e5
Signed by: hex
GPG key ID: A19EFFAAF8C00FCF
2 changed files with 17 additions and 10 deletions

View file

@ -1,12 +1,16 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>{% block title %}{% endblock title %} - iwakura.rip</title> <title>{% block title %}{% endblock title %} - iwakura.rip</title>
<link rel="stylesheet" href="/assets/css/global.css"> <link rel="stylesheet" href="/assets/css/global.css">
</head> </head>
<body> <body>
<div id="top"> <div id="top">
<h1 style="font-size: 50px;text-align:center;margin:0;">iwakura.rip</h1><br> <h1 style="font-size: 50px;text-align:center;margin:0;">iwakura.rip</h1>
<h3 style="text-align: center;color: red;margin-bottom: 0;margin-top: 10px;">🎄 merry christmas!! <3 </h3>
<br>
<div id="link-container"> <div id="link-container">
<a href="/">home</a> <a href="/">home</a>
@ -18,4 +22,5 @@
<div id="content">{% block content %}{% endblock content %}</div> <div id="content">{% block content %}{% endblock content %}</div>
</div> </div>
</body> </body>
</html> </html>

View file

@ -2,5 +2,7 @@
{% block title %}homepage{% endblock title %} {% block title %}homepage{% endblock title %}
{% block content %} {% block content %}
Welcome to iwakura.rip. We are a small group of technology nerds and geeks fascinated by computers and technology.<br> Welcome to iwakura.rip. We are a small group of technology nerds and geeks fascinated by computers and technology.<br>
We host a bunch of services on this domain for usage by friends & co. We host a bunch of services on this domain for usage by friends & co. <br>
<br>
P.S. check out <a href="https://heroin.zone/">heroin.zone</a>, a tilde-like pubnix. Click <a href="https://heroin.zone/~hex/">here</a> for my personal website. -- hex
{% endblock content %} {% endblock content %}