summaryrefslogtreecommitdiff
path: root/html/dux.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/dux.html')
-rw-r--r--html/dux.html46
1 files changed, 46 insertions, 0 deletions
diff --git a/html/dux.html b/html/dux.html
new file mode 100644
index 0000000..73f0e15
--- /dev/null
+++ b/html/dux.html
@@ -0,0 +1,46 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="author" content="Gabriel Bjørnager Jensen">
+ <meta name="darkreader-lock">
+ <meta name="description" content="About the Dux library.">
+ <meta name="keywords" content="achernar, dux, multimedia, rust, webgpu, widget">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+
+ <link href="/favicon.ico" rel="icon" type="image/vnd.microsoft.icon">
+ <link href="/apple-touch-icon.png" rel="apple-touch-icon" type="image/png">
+ <title>Dux | Achernar</title>
+
+ <link href="/css/main.css" rel="stylesheet">
+ <noscript>
+ <link href="/css/noScript.css" rel="stylesheet">
+ </noscript>
+
+ <script src="/js/main.js" type="text/javascript"></script>
+ </head>
+
+ <body data-page="dux">
+ <!--#include virtual="/include/header.shtml"-->
+
+ <div id="page">
+ <h1 id="anchor.about">Dux</h1>
+
+ <section>
+ <p><em>Dux</em> is a cross-platform widgeting library for developing GUI applications.</p>
+ </section>
+
+ <h1 id="anchor.status">status</h1>
+
+ <section>
+ <p>The <em>Dux</em> library is currently unmaintained.</p>
+ </section>
+
+ <!--#include virtual="/include/footer.shtml"-->
+ </div>
+ </body>
+
+ <script type="text/javascript">
+ Ach.init();
+ </script>
+</html>