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,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>
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue