feat: add my website and merry christmas
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
07c09dfd87
commit
855521e4e5
2 changed files with 17 additions and 10 deletions
|
@ -1,21 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>{% block title %}{% endblock title %} - iwakura.rip</title>
|
||||
<link rel="stylesheet" href="/assets/css/global.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<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">
|
||||
<a href="/">home</a>
|
||||
<a href="/services">services</a>
|
||||
<a href="/guestbook">guestbook</a>
|
||||
<a href="/members">members</a>
|
||||
<a href="/abuse">report abuse</a>
|
||||
</div>
|
||||
<div id="content">{% block content %}{% endblock content %}</div>
|
||||
<div id="link-container">
|
||||
<a href="/">home</a>
|
||||
<a href="/services">services</a>
|
||||
<a href="/guestbook">guestbook</a>
|
||||
<a href="/members">members</a>
|
||||
<a href="/abuse">report abuse</a>
|
||||
</div>
|
||||
<div id="content">{% block content %}{% endblock content %}</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
@ -2,5 +2,7 @@
|
|||
{% block title %}homepage{% endblock title %}
|
||||
{% block content %}
|
||||
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 %}
|
||||
|
|
Loading…
Reference in a new issue