diff options
Diffstat (limited to 'debug.html')
-rw-r--r-- | debug.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/debug.html b/debug.html new file mode 100644 index 0000000..151c638 --- /dev/null +++ b/debug.html @@ -0,0 +1,32 @@ +<!DOCTYPE html> + +<!-- + vim: shiftwidth=4 tabstop=4 noexpandtab +--> + +<html> + + <head> + + <title>libweb</title> + + <meta charset="utf-8"/> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" href="css/xengineering.css" type="text/css"> + + </head> + + <body> + + <nav> + <a href="https://xengineering.eu">xengineering.eu</a> + </nav> + + <main> + <h1>libweb</h1> + <p>A repository with reusable components for web development.</p> + </main> + + </body> + +</html> |