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>
|
||||
@font-face {
|
||||
font-family: 'Paytone One';
|
||||
src: url('../../../common/font/paytone-one-regular.ttf');
|
||||
src: url('../../../../common/font/paytone-one-regular.ttf');
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
|
@ -34,7 +34,7 @@
|
|||
</head>
|
||||
<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>
|
||||
</html>
|
|
@ -6,7 +6,7 @@
|
|||
<style>
|
||||
@font-face {
|
||||
font-family: 'Paytone One';
|
||||
src: url('../../../common/font/paytone-one-regular.ttf');
|
||||
src: url('../../../../common/font/paytone-one-regular.ttf');
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
|
@ -59,7 +59,7 @@
|
|||
</head>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue