mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
* Ko-Fi donation button added. * Templating now uses ejs instead of swig. * clean-css/uglify-js replaced with minify-all. * Minor PHP changes. * Preparations for major refactor.
13 lines
265 B
Plaintext
13 lines
265 B
Plaintext
<nav>
|
|
<ul>
|
|
<li>
|
|
<a href="/"><%= siteName %></a>
|
|
</li>
|
|
<li>
|
|
<a href="tools.html">Tools</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/nokonoko/Uguu">Github</a>
|
|
</li>
|
|
</ul>
|
|
</nav> |