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/index.template | |
parent | 81985db433543eb2d3bfc77cdbb390812fff6e57 (diff) |
Added documentation/website
Diffstat (limited to 'docs/index.template')
-rw-r--r-- | docs/index.template | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/index.template b/docs/index.template new file mode 100644 index 0000000..9cbb1f5 --- /dev/null +++ b/docs/index.template @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width" /> + <link rel="stylesheet" href="index.css" type="text/css" media="all"> + <title>bruijn standard library</title> + </head> + <body> + <h1>bruijn standard library</h1> + <ol> + LINKS + </ol> + </body> +</html> |