diff options
author | Akshay <[email protected]> | 2021-06-13 10:28:34 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-06-13 10:28:53 +0100 |
commit | b771c14dfb9cd91b71d3d0078aae6fe75cdb0310 (patch) | |
tree | b25ea04d35bf8501ed4e768cc12b2411798d8292 /www/index.html | |
parent | 1b3ccf6bd3c4c0aee08be924fd0180aac8e3ec54 (diff) |
add license
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 8c11955..f4e4991 100644 --- a/www/index.html +++ b/www/index.html | |||
@@ -78,7 +78,9 @@ span.token-text { | |||
78 | <noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript> | 78 | <noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript> |
79 | <script src="./bootstrap.js"></script> | 79 | <script src="./bootstrap.js"></script> |
80 | <div class="header"> | 80 | <div class="header"> |
81 | explore rust csts · <a href="https://git.peppe.rs/web/cstea/about">src</a> | 81 | explore rust csts |
82 | · <a href="https://git.peppe.rs/web/cstea/about">src</a> | ||
83 | · <a href="https://git.peppe.rs/web/cstea/plain/license">license</a> | ||
82 | </div> | 84 | </div> |
83 | <div class="grid-container"> | 85 | <div class="grid-container"> |
84 | <div id="source-code"></div> | 86 | <div id="source-code"></div> |