blob: f516aedd67500ef6d0089f930fa56df3ec23afc0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
@()
<footer class="footer">
<blockquote>Content copyright Cara Salter 2021, based on <a
href="https://github.com/Xe/site">Xe/site</a>
under the Zlib license</blockquote>
<p>This server runs version @env!("GIT_SHA"), located on my <a
href='https://git.carathe.dev/muirrum/site/commit/@env!("GIT_SHA")'>Gitea</a>
</footer>
</div>
</body>
</html>
|