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
fix
lime360
3 months ago
81bf5237
d28367b0
1/1
build.yml
success
10s
+3
-3
1 changed file
expand all
collapse all
unified
split
src
pages
reftek
cheesecake.astro
+3
-3
src/pages/reftek/cheesecake.astro
···
7
7
<head>
8
8
<title>Cheesecake's reference sheet</title>
9
9
<HeadTags />
10
10
-
<link rel="stylesheet" type="text/css" href="../reftek/reftek-base.css" />
10
10
+
<link rel="stylesheet" type="text/css" href="./reftek-base.css" />
11
11
<link rel="preload" />
12
12
<style>
13
13
/* Temporary solution until the beta to keep updates simpler */
···
56
56
</section>
57
57
</div>
58
58
</body>
59
59
-
<script src="../reftek/settings.js" is:inline></script>
60
60
-
<script src="../reftek/script.js" is:inline></script>
59
59
+
<script src="./settings.js" is:inline></script>
60
60
+
<script src="./script.js" is:inline></script>
61
61
</html>