2023-10-13
parent
c9c4aa9878
commit
10c6441c95
|
@ -61,4 +61,4 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
[Loading](../../to-be-continued.html)
|
[Loading](../../to-be-continued/index.html)
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Paytone One';
|
font-family: 'Paytone One';
|
||||||
src: url('../../../common/font/paytone-one-regular.ttf');
|
src: url('../../../../common/font/paytone-one-regular.ttf');
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<img class="meme" src="../../../common/meme/it-is-dangerous-to-go-alone-take-one-of-these.jpeg" />
|
<img class="meme" src="../../../../common/meme/it-is-dangerous-to-go-alone-take-one-of-these.jpeg" />
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -6,7 +6,7 @@
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Paytone One';
|
font-family: 'Paytone One';
|
||||||
src: url('../../../common/font/paytone-one-regular.ttf');
|
src: url('../../../../common/font/paytone-one-regular.ttf');
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="heading"><a href="the-end.html">To Be Continued</a></div>
|
<div class="heading"><a href="../the-end/index.html">To Be Continued</a></div>
|
||||||
|
|
||||||
<div class="subheading-1">(next week)</div>
|
<div class="subheading-1">(next week)</div>
|
||||||
|
|
Loading…
Reference in New Issue