summaryrefslogtreecommitdiff
path: root/oss/box/index.html
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2021-11-18 09:21:28 -0600
committerDanny Holman <dholman@gymli.org>2021-11-18 09:26:14 -0600
commite5610c16378f8863eddafa9ab05f7b8067bb7567 (patch)
treec1169062f5b05f41ced8eba0613c8dc8918217b2 /oss/box/index.html
parentf629678a9412ae6c59f8818096c211410841aada (diff)
Update Box homepage
Update the Box project homepage to use proper HTML5 syntax.
Diffstat (limited to 'oss/box/index.html')
-rw-r--r--oss/box/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/oss/box/index.html b/oss/box/index.html
index e267498..d0641b3 100644
--- a/oss/box/index.html
+++ b/oss/box/index.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<head>
<title>Box Kernel</title>
@@ -9,9 +10,12 @@
bootstrap code written in x86 assembly.</p>
<h4>Useful links</h4>
<ul>
- <li><a href="https://git.gymli.xyz/pub/dholman/box.git/">Git repository</a></li>
+ <li><a href="https://git.gymli.org/pub/dholman/box.git/">Git repository</a></li>
</ul>
<h4>Relevant standards documents</h4>
<ul>
<li><a href=http://www.opengroup.org/onlinepubs/9699919799/>Single Unix Specification</a></li>
<li><a href=http://www.open-std.org/jtc1/sc22/wg14/www/standards>C99 Standard</a></li>
+ </ul>
+ </body>
+</html>