File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,3 +24,23 @@ The Netrunner Codex user-friendly interface provides streamlined navigation and
2424<div style =" text-align : center ; margin-top : 0 ; padding-top : 0 ;" >
2525 <img src="/assets/images/overview/search.png" alt="Image" style="margin: 10px;" />
2626</div >
27+
28+ <div class =" nav-buttons " >
29+ <!-- Previous Button -->
30+ <a href =" ../index.md " class =" nav-button " aria-label =" Previous page " >
31+ <div class="nav-item">
32+ <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
33+ <path d="M30 20L20 30L30 40" />
34+ </svg>
35+ </div>
36+ </a >
37+
38+ <!-- Next Button -->
39+ <a href =" /docs/welcome " class =" nav-button " aria-label =" Next page " >
40+ <div class="nav-item">
41+ <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
42+ <path d="M20 20L30 30L20 40" />
43+ </svg>
44+ </div>
45+ </a >
46+ </div >
You can’t perform that action at this time.
0 commit comments