diff options
| author | Fuwn <[email protected]> | 2022-02-05 01:38:34 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-02-05 01:38:34 +0000 |
| commit | b466d0a086bef4c7d9a550f389c596dd066e71e9 (patch) | |
| tree | 3f8e5c105a93c300b2a46e6cc83c3ecc2ea1948c /index.html | |
| parent | Initial gh-pages commit (diff) | |
| download | documentation-b466d0a086bef4c7d9a550f389c596dd066e71e9.tar.xz documentation-b466d0a086bef4c7d9a550f389c596dd066e71e9.zip | |
Deploying to gh-pages from @ divinaland/documentation@5f84ef40d2fceef13d2e7ceb68662ebec6f2c1a9 🚀
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..7163bd9 --- /dev/null +++ b/index.html @@ -0,0 +1,45 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>Divina</title> + <link rel="stylesheet" href="assets/fonts.css"> + <link rel="stylesheet" href="assets/graphite.css"> + <link rel="stylesheet" href="assets/pygments.css"> + + + </head> + <body class="node homepage"> + <header class="masthead"> + <h1><a href="index.html">Divina</a></h1> + + <p class="tagline">🎀 A modern build system for assembly</p> + + + <nav class="menu"> + <input id="menu-check" type="checkbox"/> + <label id="menu-label" for="menu-check" class="unselectable"> + <span class="icon close-icon">✕</span> + <span class="icon open-icon">☰</span> + <span class="text">Menu</span> + </label> + <ul> +<li><a href="index.html">Home</a></li> +<li><a href="about.html">About</a></li> +</ul> + </nav> + </header> + <article class="main"> + <header class="title"> + <h1>Divina</h1> + + <p class="subtitle">🎀 A modern build system for assembly</p> + + <hr> + </header> + <p><a href="https://github.com/divinaland/Divina">Divina</a> is a modern build system for assembly in heavy development.</p> + </article> + + </body> +</html> |