Optimized girl SVG
[shapeshift.git] / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8"/>
5 <title>Ludum Dare 35 – Shapeshifting Goddess</title>
6 <meta name="description" content="" />
7 <style>
8 @font-face { font-family: "Ubuntu Mono"; src: url(UbuntuMono-R.ttf); }
9 h1 { text-decoration: underline; }
10 body { font-family: "Ubuntu Mono", monospace; color: #FFFFFF; background: #000000; }
11 </style>
12 </head>
13 <body>
14 <div align="center">
15 <h1>Shapeshifting Goddess</h1>
16 <h2>(Game for Ludum Dare 35)</h2>
17 <iframe width=800 height=600 frameborder="0" scrolling="no" src="shapeshift.html" seamless>Sorry, your browser is not supported. :(</iframe>
18 <h2>By MegaBrutal</h2>
19 </div>
20 </body>
21 </html>