diff options
author | Marvin Borner | 2024-03-10 16:27:07 +0100 |
---|---|---|
committer | Marvin Borner | 2024-03-10 16:27:07 +0100 |
commit | 6ff75104e28d00535392ebeaf66e2e50c57d0d64 (patch) | |
tree | 30696fda1f531640be10a7cf2bc9c5b4fb4fb40c /docs/samples.template | |
parent | 1f2c16ede8cae96b94d5b27785a473d872d60cb5 (diff) |
Added sample page to website
Diffstat (limited to 'docs/samples.template')
-rw-r--r-- | docs/samples.template | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/samples.template b/docs/samples.template new file mode 100644 index 0000000..80e92b1 --- /dev/null +++ b/docs/samples.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 samples</title> + </head> + <body> + <h1>bruijn samples</h1> +These are some code samples written in the bruijn programming language. Most of the examples are copies of our solutions on <a href="https://rosettacode.org/wiki/Category:Bruijn">Rosetta Code</a>. All examples are written by bruijn's contributors and may be used according to the <a href="https://en.wikipedia.org/wiki/GNU_Free_Documentation_License">GNU FDL license</a>. + <ul> + LINKS + </ul> + </body> +</html> |