aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/std.template
diff options
context:
space:
mode:
authorMarvin Borner2024-03-10 16:27:07 +0100
committerMarvin Borner2024-03-10 16:27:07 +0100
commit6ff75104e28d00535392ebeaf66e2e50c57d0d64 (patch)
tree30696fda1f531640be10a7cf2bc9c5b4fb4fb40c /docs/std.template
parent1f2c16ede8cae96b94d5b27785a473d872d60cb5 (diff)
Added sample page to website
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>