add dn42 disclaimer

This commit is contained in:
hex 2024-08-17 15:01:30 +02:00
parent 261cc2c7be
commit e30a136cc2
4 changed files with 95 additions and 48 deletions

View file

@ -1,6 +1,9 @@
<title>Guest Book</title>
<div id="page-container">
<div id="header-container">
<h1 id="title"><a href="/">iwakura.rip</a></h1>
<p>Leave a nice message for others to read :)</p>
<p>Dates are in UTC+2/CEST.</p>
<a class="link" id="msg-post" onclick="show_message_poster()" style="margin-bottom: 10px;">&nbsp;[ post message ]&nbsp;</a>
</div>
<div id="entries-container">
@ -8,7 +11,7 @@
<div class="guest-entry">
<div class="entry-header">
<bu class="entry-title">{{ message.name }}</bu>
<bu class="entry-date">{{ message.date }}</bu>
<bu class="entry-date">{{ message.date | date(format="%Y-%m-%d | %H:%M", timezone="Europe/Amsterdam") }}</bu>
</div>
<div class="entry-body">
<p>{{ message.body }}</p>
@ -63,6 +66,7 @@ a:active {
:root {
--term-color: #4AF626;
--title-gap: 0px;
--title-font: "Hack Nerd Font";
}
@font-face {
font-family: "Hack Nerd Font";

View file

@ -24,6 +24,7 @@
<div id="about-sect">
<bu>About</bu>
<p>iwakura.rip is a collection of servers hosting mostly-private services for hexlocation & friends.</p>
<p>The iwakura.rip website is also connected to dn42 (<a href="https://iwakura.dn42">iwakura.dn42</a>). We are planning to connect our services to dn42 too.</p>
</div>
<div id="expla-sect">
<bu>Explanation</bu>