We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e332374 commit 318cc44Copy full SHA for 318cc44
dist/pages/index.html
@@ -40,11 +40,18 @@ <h1>undervolt-go Nightly Builds</h1>
40
</p>
41
</header>
42
<main>
43
- <!-- Breadcrumb navigation -->
44
- <nav id="breadcrumb" class="breadcrumb"></nav>
45
- <!-- File and folder list -->
46
- <ul id="fileList" class="file-list"></ul>
+ <div>Current directory:
+ <!-- Breadcrumb navigation -->
+ <nav id="breadcrumb" class="breadcrumb"></nav>
+ </div>
47
+ <div>Download:
48
+ <!-- File and folder list -->
49
+ <ul id="fileList" class="file-list"></ul>
50
51
</main>
52
+ <footer>
53
+ <p>a project by <a href="https://softorage.com/">Softorage</a></p>
54
+ </footer>
55
56
<script>
57
let fileTree = null;
0 commit comments