tangled
alpha
login
or
join now
yoyle.city
/
website
1
fork
atom
this repo has no description
yoyle.city
nekoweb
html
css
javascript
astro
1
fork
atom
overview
issues
pulls
pipelines
j
lime360
2 months ago
9d4bcd65
055cafc9
1/1
build.yml
success
13s
+2
-2
1 changed file
expand all
collapse all
unified
split
src
layouts
Layout.astro
+2
-2
src/layouts/Layout.astro
···
17
17
<body>
18
18
<header>
19
19
<nav>
20
20
-
<a href="https://blog.yoyle.city">blog</a>
21
20
<a href="/links">links</a>
22
21
<a href="/about">about</a>
23
22
<a href="/arcade">arcade</a>
24
23
<a href="/art">art</a>
24
24
+
<a href="https://blog.yoyle.city">blog</a>
25
25
<a href="https://lime360.atabook.org">guestbook</a>
26
26
<a href="https://nekoweb.org/follow/lime360">[+]</a>
27
27
</nav>
···
30
30
<slot />
31
31
</main>
32
32
<br />
33
33
-
<footer style="padding: 25px">© 2021 - 2025 lime360</footer>
33
33
+
<footer style="padding: 25px">© 2021 - 2026 fizzylimesoda</footer>
34
34
</body>
35
35
</html>