diff options
author | xengineering <me@xengineering.eu> | 2021-08-30 21:37:05 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-09-04 11:58:17 +0200 |
commit | d7da2b70826980291f08c9f95fa4a89e903af492 (patch) | |
tree | 81681aaaa19032c5cccefd6ef27da0384279915d /debug.html | |
parent | 51ff53be7d7b734cb306f7fb98c8381d5e35ab7d (diff) | |
download | libweb-d7da2b70826980291f08c9f95fa4a89e903af492.tar libweb-d7da2b70826980291f08c9f95fa4a89e903af492.tar.zst libweb-d7da2b70826980291f08c9f95fa4a89e903af492.zip |
Implement Menu
Diffstat (limited to 'debug.html')
l---------[-rw-r--r--] | debug.html | 33 |
1 files changed, 1 insertions, 32 deletions
diff --git a/debug.html b/debug.html index 151c638..4bc392f 100644..120000 --- a/debug.html +++ b/debug.html @@ -1,32 +1 @@ -<!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> +html/template.html
\ No newline at end of file |