update log

This commit is contained in:
simio 2024-10-20 03:00:26 -03:00
parent f193893e83
commit adc7b6e977
3 changed files with 56 additions and 0 deletions

View File

@ -39,3 +39,7 @@ img{
section{
padding: 10px;
}
main{
padding: 10px;
}

View File

@ -42,6 +42,8 @@
<a href="/lists/anime">Anime and some jp vidya/vns</a><br>
<a href="/lists/sites">Websites</a>
<br><br>
<a href="/update_log">Update Log</a>
<hr>
<h2>YuugenMagan</h2>
<img title="YuugenMagan" alt="YuugenMagan" src="/public/images/yuugenmagan.png">

50
views/update_log.hbs Normal file
View File

@ -0,0 +1,50 @@
<body>
<main>
<h2>2024</h2>
<ul>
<li>???/9 真 Lyrical Tokarev is born.</li>
<li>??? Lyrical Tokarev dies.</li>
</ul>
<h2>2022</h2>
<ul>
<li>~ 2022 Lyrical Tokarev is born.</li>
</ul>
<h2>1996</h2>
<ul>
<li>19/12 鬼畜王ランス (Kichikuou Rance) released for Windows 98 operating systems.</li>
</ul>
<h2>1959</h2>
<ul>
<li>??? Skateboards start being manufactured by companies.</li>
</ul>
<h2>1945</h2>
<ul>
<li>30/4 Adolf Hitler presumed dead.</li>
</ul>
<h2>1939</h2>
<ul>
<li>1/9 German Invasion of Poland. WW2 starts.</li>
</ul>
<h2>1933</h2>
<ul>
<li></li>
</ul>
<h2>1925</h2>
<ul>
<li>18/7 Mein Kampf is published.</li>
</ul>
<h2>1923</h2>
<ul>
<li>11/9 Adolf Hitler gets arrested and charged with treason.</li>
<li>8-9/9 Failed coup d'état by the NSDAP. Adolf Hitler escapes inmediate arrest.</li>
</ul>
<h2>1919</h2>
<ul>
<li>???/9 Adolf Hitler joins the Deutsche Arbeiterpartei (later NSDAP)</li>
</ul>
<h2>1889</h2>
<ul>
<li>20/4 Adolf Hitler is born in Braunau am Inn, Austro-Hungarian Empire.</li>
</ul>
</main>
</body>