diff options
author | Marvin Borner | 2023-02-25 17:07:30 +0100 |
---|---|---|
committer | Marvin Borner | 2023-02-25 17:07:30 +0100 |
commit | 2e3e043cae2dabeb9bf4fa57e0e69b022dfe478d (patch) | |
tree | 5e4d74fa2d5494b0418e7f3c89c2b31c0154cbc9 /docs/content.template | |
parent | 81985db433543eb2d3bfc77cdbb390812fff6e57 (diff) |
Added documentation/website
Diffstat (limited to 'docs/content.template')
-rw-r--r-- | docs/content.template | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/content.template b/docs/content.template new file mode 100644 index 0000000..c19461f --- /dev/null +++ b/docs/content.template @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width" /> + <link rel="stylesheet" href="content.css" type="text/css" media="all"> + <title>bruijn std/</title> + </head> + <body> + <h1>NAME</h1> +<pre> +CONTENT +</pre> + + <script src="content.js" charset="utf-8"></script> + </body> +</html> |