Add a ygg.html page, and fix a small thing in the <head> tag.
All checks were successful
Deploy / Deploy website via rsync over SSH (push) Successful in 7s
All checks were successful
Deploy / Deploy website via rsync over SSH (push) Successful in 7s
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- Navbar related code. -->
|
||||
<button class="mobile-nav-toggle" aria-label="Toggle menu">
|
||||
☰
|
||||
</button>
|
||||
@@ -31,8 +32,8 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="icon-item">
|
||||
<a href="http://[200:38ad:e575:f3c1:aba7:9e86:ae1e:4922]/" target="_blank" rel="noopener noreferrer">
|
||||
<img src="/assets/images/icons/ygg.png" alt="Ygg Mirror">
|
||||
<a href="/pages/ygg.html" target="_blank" rel="noopener noreferrer">
|
||||
<img src="/assets/images/icons/ygg.png" alt="Information about Yggdrasil">
|
||||
<span class="icon-label ygg-label">Ygg</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user