Browse Source

Update HTML

master
Noëlle 3 years ago
parent
commit
80af5375dc
3 changed files with 4 additions and 3 deletions
  1. 1
    0
      .gitignore
  2. 1
    1
      koboldfoot.html
  3. 2
    2
      koboldhead.html

+ 1
- 0
.gitignore View File

@@ -1,3 +1,4 @@
koboldstitle.png
koboldstitle.png.kra
koboldstitle.png~
koboldstitle.png-autosave.kra

+ 1
- 1
koboldfoot.html View File

@@ -1,7 +1,7 @@
</div>

<div id="footer">
<p><em>This tool is based on <strong><a href='https://docs.google.com/document/d/1Fh_3SWYLTbO_AFrYZHtbd3GVJ40H4Dfw7954VBiWD64/' target='_blank'>Kobolds In Space!</a></strong> by <a href='https://aaronbsmith.com/cogwheel/' target='_blank'>Aaron Smith</a>.</em></p>\n");
<p><em>This tool is based on <strong><a href='htps://docs.google.com/document/d/1Fh_3SWYLTbO_AFrYZHtbd3GVJ40H4Dfw7954VBiWD64/' target='_blank'>Kobolds In Space!</a></strong> by <a href='https://aaronbsmith.com/cogwheel/' target='_blank'>Aaron Smith</a>.</em></p>
<p><em>The code was written by <a href='https://elekk.xyz/@noelle' target='_blank'>No&euml;lle Anthony</a> and can be found <a href='https://git.noelle.codes/noelle/koboldgen' target='_blank'>at her git repository</a>.</em></p>
</div>
</body>

+ 2
- 2
koboldhead.html View File

@@ -1,11 +1,11 @@
<!doctype html>
<html>
<head>
<link rel="stylesheet" url="kobold.css" type="text/css">
<link rel="stylesheet" url="./kobold.css" type="text/css">
</head>
<body>
<div id="header">
<img src="koboldsinspace.png" alt="Kobolds In Space!">
<img src="./koboldsinspace.png" alt="Kobolds In Space!">
</div>

<div id="content">

Loading…
Cancel
Save