diff options
Diffstat (limited to 'docs/index.template')
-rw-r--r-- | docs/index.template | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/index.template b/docs/index.template deleted file mode 100644 index c33f5db..0000000 --- a/docs/index.template +++ /dev/null @@ -1,16 +0,0 @@ -<!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> |