This commit is contained in:
DeaDvey 2024-05-26 16:36:21 +01:00
parent 36a86582de
commit f6d2f07609
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<a href="/">Home page</a> | <a href="/blog/index.html">Blogs</a> <a href="/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> | <a href="/video/index.html">Videos</a> | <a href="https://github.com/DeaDvey/htdocs"><img height="15" src="/images/github.png" alt="Link to github page"/></a> | <input type="text" id="clickableInput" onclick="goToLink('/search')" placeholder="Click to search">
<div id="main">
Welcome to the Comics page!
<div id="links"><h4>May 2024</h4><li class="indent"><a href='comic/0.html'>macbeth-macbeth-where-fore-art-thou-macbeth.png</a> -- Monday 13</li><li class="indent"><a href='comic/1.html'>RevisionBreak.png</a> -- Sunday 12</li></div>
<div id="links"><h4>May 2024</h4><li class="indent"><a href='comic/0.html'>RevisionBreak.png</a> -- Sunday 26</li><li class="indent"><a href='comic/1.html'>macbeth-macbeth-where-fore-art-thou-macbeth.png</a> -- Sunday 26</li></div>
</div>
<script src="submit-comment.js">

View File

@ -1,4 +1,4 @@
let strips = [["RevisionBreak.png","2024-05-26T15:24:38.240Z"],["macbeth-macbeth-where-fore-art-thou-macbeth.png","2024-05-26T15:24:38.240Z"]]
let strips = [["RevisionBreak.png","2024-05-26T15:31:10.091Z"],["macbeth-macbeth-where-fore-art-thou-macbeth.png","2024-05-26T15:31:10.091Z"]]
strips = strips.reverse()
if (typeof module !== 'undefined' && module.exports) {
module.exports = strips;