logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: c5e3fe616b64ed68fecc29d9c41c9e407ef15b86
parent 27fc405488a148479a811740d1587b56754b7e8f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 24 Jul 2016 03:43:17 +0200

notes/osu!: Use SSI

Diffstat:

Dnotes/osu!.html9---------
Anotes/osu!.shtml20++++++++++++++++++++
2 files changed, 20 insertions(+), 9 deletions(-)

diff --git a/notes/osu!.html b/notes/osu!.html @@ -1,9 +0,0 @@ -<ul> - <li>Espionage: <a href="">osu! forum</a>, <a href="">notes</a> - <li>Problems: <ul> - <li>.NET Frameworks: winetricks dotnet40 - <li>CJK fonts: winetricks cjkfonts - <li>"no $DISPLAY error" → remerge X11(appears to be libX11) - <li><code>Unhandled exception: page fault on read access 0x00000000 in 32-bit code</code> - </ul> -</ul> diff --git a/notes/osu!.shtml b/notes/osu!.shtml @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html> + <head> +<!--#include file="/templates/head.shtml" --> + <title>osu! — lanodan’s cyber-home</title> + </head> + <body> +<!--#include file="/templates/en/nav.shtml" --> +<!--#include file="/templates/en/footer.html" --> + </body> +</html> +<ul> + <li>Espionage: <a href="">osu! forum</a>, <a href="">notes</a> + <li>Problems: <ul> + <li>.NET Frameworks: winetricks dotnet40 + <li>CJK fonts: winetricks cjkfonts + <li>"no $DISPLAY error" → remerge X11(appears to be libX11) + <li><code>Unhandled exception: page fault on read access 0x00000000 in 32-bit code</code> + </ul> +</ul>