From 4d7b274b3ea0511c6f0de2c465a3f1d21b409ac7 Mon Sep 17 00:00:00 2001 From: Elijah Cohen Date: Thu, 28 Jan 2021 23:10:40 -0600 Subject: [PATCH] better, more --- comics.js | 1 + index.html | 5 +++-- style.css | 4 ++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/comics.js b/comics.js index 491ce6a..cef1b52 100644 --- a/comics.js +++ b/comics.js @@ -10,6 +10,7 @@ function onload() { num = window.location.search.substring(window.location.search.indexOf('=')+1) + num = (num =="") ? Math.floor(Math.random()*3600) : num setorig(num) getimageurl(num) } diff --git a/index.html b/index.html index 488a2a2..e80ee96 100644 --- a/index.html +++ b/index.html @@ -13,8 +13,9 @@
-
-

This is Ryan North's beloved Dinosaur Comics, but without the dinosaurs. Hence, "Comics". It's something different I guess. You can see any of the comics like this by going to https://comics.eli173.com/?comic=NUMBER where you just replace NUMBER with the number of the comic you'd like to see. For example, https://comics.eli173.com/?comic=3685

+
+

This is Ryan North's beloved Dinosaur Comics, but without the dinosaurs. Hence, "Comics". It's something different I guess.

+

You can see any of the comics like this by going to https://comics.eli173.com/?comic=NUMBER where you just replace NUMBER with the number of the comic you'd like to see. For example, https://comics.eli173.com/?comic=3685 or https://comics.eli173.com/?comic=1672. Some of the comics don't work properly with this and have weird things happen, for each one of these broken comics you find, you get three points!

diff --git a/style.css b/style.css index 3d7e3a7..dd2118f 100644 --- a/style.css +++ b/style.css @@ -11,3 +11,7 @@ body { font-variant-caps: small-caps; font-size: xxx-large; } + +.tac { + text-align: center; +} -- 2.39.2