Browse Source

Add HTML framework

master
Noëlle 3 years ago
parent
commit
887e22c38a
3 changed files with 20 additions and 0 deletions
  1. 0
    0
      kobold.css
  2. 8
    0
      koboldfoot.html
  3. 12
    0
      koboldhead.html

+ 0
- 0
kobold.css View File


+ 8
- 0
koboldfoot.html View File

@@ -0,0 +1,8 @@
</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>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>
</html>

+ 12
- 0
koboldhead.html View File

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

<div id="content">


Loading…
Cancel
Save