diff options
| author | Fuwn <[email protected]> | 2022-02-05 04:52:09 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-02-05 04:52:09 +0000 |
| commit | 3aa92c15202c16d0f6bbc649a7044f28f1201bbb (patch) | |
| tree | 79fe3d4bddc4551c1ef82e03c5b7a0817f1bdcb3 /about.html | |
| parent | Deploying to gh-pages from @ divinaland/documentation@f597ce7e284d49b6c85cd39... (diff) | |
| download | documentation-3aa92c15202c16d0f6bbc649a7044f28f1201bbb.tar.xz documentation-3aa92c15202c16d0f6bbc649a7044f28f1201bbb.zip | |
Deploying to gh-pages from @ divinaland/documentation@4d9bae3f502d32f0840b513f1735eef54c1b66d9 🚀
Diffstat (limited to 'about.html')
| -rw-r--r-- | about.html | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>About</title> + <title>About — Divina</title> <link rel="stylesheet" href="assets/fonts.css"> <link rel="stylesheet" href="assets/graphite.css"> <link rel="stylesheet" href="assets/pygments.css"> @@ -17,6 +17,8 @@ <p class="tagline">🎀 A modern build system for assembly</p> + <p class="version">Version 0.1.0</p> + <nav class="menu"> <input id="menu-check" type="checkbox"/> <label id="menu-label" for="menu-check" class="unselectable"> @@ -27,12 +29,13 @@ <ul> <li><a href="index.html">Home</a></li> <li><a href="about.html">About</a></li> +<li><a href="https://github.com/divinaland/Divina">GitHub</a></li> </ul> </nav> </header> <article class="main"> <header class="title"> - <h1>About</h1> + <h1>About — Divina</h1> <hr> </header> |