update
This commit is contained in:
parent
36a86582de
commit
f6d2f07609
@ -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">
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user