-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
16 lines (16 loc) · 908 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<link href="main.css" rel="stylesheet">
<title>Color El Goonish Shive index page</title>
<div class="data">
<h1>Color El Goonish Shive index page</h1>
<noscript>You need Javascript enabled to view Color El Goonish Shive.</noscript>
<a href="https://www.egscomics.com/sketchbook/2008-01-02"><img src="logo.png" width="700px" height="482px"></a>
<div>A cool logo (click image to go to original)</div>
<div style="font-size:x-large">
<nav>
<a href="./1">Start reading Color EGS here</a><br>
<a href="https://egscomics.com" >El Goonish Shive</a><br>
<a href="https://github.com/mincerafter42/color-egs" >Color EGS on Github</a>
</nav>
</div>
<br>
<span><label for="comicJump">Go to comic</label> <input type="number" id="comicJump" min=1 max=99999> <button type="button" onclick='if (document.getElementById("comicJump").value) {location.href="./"+document.getElementById("comicJump").value}'>Go</button></span>