summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/index.html b/index.html
index 32b8c3a..8fb626a 100644
--- a/index.html
+++ b/index.html
@@ -1,19 +1,18 @@
-<!DOCTYPE html>
+<!doctype html>
<!-- SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info -->
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
<html>
-
-<head>
+ <head>
<meta charset="UTF-8" />
<title>WUI - web user interface</title>
-</head>
+ </head>
-<body>
+ <body>
+ <h3><a href="/CHANGELOG.html"> CHANGELOG </a></h3>
<h3><a href="/README.html"> README </a></h3>
<h3><a href="/editor"> Editor </a></h3>
<h3><a href="/input"> Input </a></h3>
<h3><a href="/notif"> Notification </a></h3>
<h3><a href="/vfs"> VFS </a></h3>
-</body>
-
+ </body>
</html>