diff options
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> |