<html lang="en">
<head>
<meta charset="utf-8"/>
- <title>Ludum Dare 35 – Shapeshifting Goddess!</title>
+ <title>Ludum Dare 35 – Shapeshifting Goddess</title>
<meta name="description" content="" />
<style>
+ @font-face { font-family: "Ubuntu Mono"; src: url(UbuntuMono-R.ttf); }
h1 { text-decoration: underline; }
- body { font-family: monospace; color: #FFFFFF; background: #000000; }
+ body { font-family: "Ubuntu Mono", monospace; color: #FFFFFF; background: #000000; }
</style>
</head>
<body>
<div align="center">
- <h1>Shapeshifting Goddess!</h1>
+ <h1>Shapeshifting Goddess</h1>
<h2>(Game for Ludum Dare 35)</h2>
- <iframe width=850 height=650 frameborder="0" scrolling="no" src="shapeshift.html" seamless>Sorry, your browser is not supported. :(</iframe>
+ <iframe width=800 height=600 frameborder="0" scrolling="no" src="shapeshift.html" seamless>Sorry, your browser is not supported. :(</iframe>
<h2>By MegaBrutal</h2>
</div>
</body>
<html>
<head>
<meta charset="UTF-8" />
- <title>Ludum Dare 35 – Shapeshifting Goddess!</title>
+ <title>Ludum Dare 35 – Shapeshifting Goddess</title>
<script src="phaser.min.js"></script>
+ <style>
+ @font-face { font-family: "Ubuntu Mono"; src: url(UbuntuMono-R.ttf); }
+ body { font-family: "Ubuntu Mono", monospace; color: #000000; background: #000000; }
+ </style>
</head>
<body>