Skip to content

Commit 318cc44

Browse files
committed
Below:
Updated nightly build website with attribution to Softorage
1 parent e332374 commit 318cc44

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

dist/pages/index.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,18 @@ <h1>undervolt-go Nightly Builds</h1>
4040
</p>
4141
</header>
4242
<main>
43-
<!-- Breadcrumb navigation -->
44-
<nav id="breadcrumb" class="breadcrumb"></nav>
45-
<!-- File and folder list -->
46-
<ul id="fileList" class="file-list"></ul>
43+
<div>Current directory:
44+
<!-- Breadcrumb navigation -->
45+
<nav id="breadcrumb" class="breadcrumb"></nav>
46+
</div>
47+
<div>Download:
48+
<!-- File and folder list -->
49+
<ul id="fileList" class="file-list"></ul>
50+
</div>
4751
</main>
52+
<footer>
53+
<p>a project by <a href="https://softorage.com/">Softorage</a></p>
54+
</footer>
4855

4956
<script>
5057
let fileTree = null;

0 commit comments

Comments
 (0)