From d5b177140419e51162fb88dcfc28e610cbd5d9e9 Mon Sep 17 00:00:00 2001 From: networkException Date: Mon, 3 Oct 2022 02:23:47 +0200 Subject: [PATCH] Public: Add landing page version using xhr instead of fetch As of https://github.com/SerenityOS/serenity/pull/15275 this is required for LibWeb compatibility :^) --- public/xhr.html | 97 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 public/xhr.html diff --git a/public/xhr.html b/public/xhr.html new file mode 100644 index 0000000..2ee807a --- /dev/null +++ b/public/xhr.html @@ -0,0 +1,97 @@ + + + + + + + + nwex.de + + +

networkException

+

try to catch(this: Exception);

+ +
+ I'm a developer, maintainer and system administrator working a variety of open source projects. + + You can find my talks here. +
+
+

Projects I maintain in my free time

+ + + +

Projects I contribute to in my free time

+ + + + Everything listed here I do for fun. +
+
+

Links

+ + +
+
+

This website

+ +

+ Although I also know my way around frontend development and design as well, I'm far less skilled at it. + As such this website is trying to impress in a different way: +

+

+ It implements parts of the HTML parser spec + to tokenize and highlight its own source code. +

+

+ You can find the full source code of the site here. + + It's licensed under the BSD 2-Clause "Simplified" License, + so feel free to use the code as a reference to implement your own parser! If you have something interesting to share + or just want to tell how the code might have helped you, make sure to send me a message :^) +

+
+ + + + + +