resources/public/index.html
Lichene 971aeffbd3
All checks were successful
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Successful in 3s
fix testo
2025-11-14 13:58:49 +01:00

36 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<link type="text/css" rel="stylesheet" href="css/arf.css"/>
<script type="text/javascript" src="js/d3.v3.min.js"></script>
<title>Miniera HackInPovo</title>
</head>
<body>
<div id="body">
<div id="header">
Miniera HackInPovo
<hr/>
</div>
</div>
<script src="js/arf.js"></script>
<div class="legend"><button onclick="goDark()">Toggle dark mode</button></div>
<h3>Notes</h3>
Note da aggiungere<br>
Ogni foglia del grafo permette di linkare delle note per dare un contesto o un commento a quanto aggiunto. <br>
Basta salvare la vostra nota nella cartella Notes con il nome del nodo aggiunto .txt <br> <br>
Ricordarsi di ricordare che siccome siamo di Trento, IT, alcune robe sono biassate<br>
<h3>For Update Notifications</h3>
Git: <a href="https://git.hackinpovo.it/HackInPovo/resources.git">link</a>
<h3>Suggestions, Comments, Feedback</h3>
Feedback or new tool suggestions are extremely welcome!
</body>
</html>