Co-authored-by: dutchie032 <dutchie032>
This commit is contained in:
2025-04-25 17:09:19 +02:00
committed by GitHub
co-authored by dutchie032 <dutchie032>
parent cd6c158a0e
commit 743ec6495a
7 changed files with 259 additions and 87 deletions
+10 -3
View File
@@ -7,6 +7,12 @@
<title>Spearhead Persistence</title>
<link rel="stylesheet" href="../style/style.css">
<script src="../js/site.js"></script>
<style>
.side-nav a.active {
font-weight: bold;
color: #4fc3f7;
}
</style>
</head>
<body>
@@ -39,7 +45,7 @@
<main>
<div class="reference-container">
<div class="side-nav">
<h4>Contents</h4>
<h4 class="side-nav-title"></h4>
<ul>
<li><a href="#settings" class="side-nav-h2">Settings</a></li>
<li><a href="#feedback" class="side-nav-h2">Feedback</a></li>
@@ -53,7 +59,7 @@
</div>
<div class="content-wrapper">
<h1>Spearhead Persistence</h1>
<h1>Persistence</h1>
<p>
Spearhead comes with a custom Persistence option. <br/>
@@ -139,4 +145,5 @@
</footer>
</body>
</html>
</html>
```