summaryrefslogtreecommitdiff
path: root/index.html
blob: 03734b1e81a15d00c8b12317e4f5c044d490f267 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>Home &mdash; Divina</title>
        <link rel="stylesheet" href="assets/fonts.css">
        <link rel="stylesheet" href="assets/graphite.css">
        <link rel="stylesheet" href="assets/pygments.css">
        
            <meta name="description" content="🎀 A modern build system for assembly">
        
        
    </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>
            
            
                <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">
                    <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="manifest-format.html">Manifest Format</a><ul>
<li><a href="manifest-format/examples.html">Examples</a></li>
</ul>
</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>Home &mdash; 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>