aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/std.template
diff options
context:
space:
mode:
Diffstat (limited to 'docs/std.template')
-rw-r--r--docs/std.template16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/std.template b/docs/std.template
new file mode 100644
index 0000000..c33f5db
--- /dev/null
+++ b/docs/std.template
@@ -0,0 +1,16 @@
+<!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>
+This is the browsable standard library of the bruijn programming language. Follow any of the links below to see the source of the corresponding module.
+ <ol>
+ LINKS
+ </ol>
+ </body>
+</html>