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

koboldstitle.png koboldstitle.png
koboldstitle.png.kra koboldstitle.png.kra
koboldstitle.png~ koboldstitle.png~
koboldstitle.png-autosave.kra

+ 1
- 1
koboldfoot.html View File

</div> </div>


<div id="footer"> <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> <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> </div>
</body> </body>

+ 2
- 2
koboldhead.html View File

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


<div id="content"> <div id="content">

Loading…
Cancel
Save