Skip to content

Commit

Permalink
Add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
voithos committed Jan 12, 2014
1 parent 41a6483 commit 3fadba8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,26 @@
border: 3px solid #2c2c2c;
margin: 0 auto;
}

#footer {
text-align: center;
margin: 20px 0;
color: #ffffff;
font: 12px Courier, monospace;
}

a {
color: #6fc4a9;
}
</style>
</head>
<body>
<!-- Hack to get the browser to download the font immediately -->
<span style="font-family: minecraftiaregular; visibility: hidden; position: absolute; top: -100px;">.</span>
<div id="main"></div>
<div id="footer">
&hearts; 2014. Please copy and share. <a href="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/voithos/elemental-one"><span class="forkme">Fork me on Github</span></a>
</div>
<script src="deps/phaser.js" type="text/javascript" charset="utf-8"></script>
<script src="build/all.js" type="text/javascript" charset="utf-8"></script>
</body>
Expand Down
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,26 @@
border: 3px solid #2c2c2c;
margin: 0 auto;
}

#footer {
text-align: center;
margin: 20px 0;
color: #ffffff;
font: 12px Courier, monospace;
}

a {
color: #6fc4a9;
}
</style>
</head>
<body>
<!-- Hack to get the browser to download the font immediately -->
<span style="font-family: minecraftiaregular; visibility: hidden; position: absolute; top: -100px;">.</span>
<div id="main"></div>
<div id="footer">
&hearts; 2014. Please copy and share. <a href="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/voithos/elemental-one"><span class="forkme">Fork me on Github</span></a>
</div>
<script src="deps/phaser.min.js" type="text/javascript" charset="utf-8"></script>
<script src="build/all.min.js" type="text/javascript" charset="utf-8"></script>
</body>
Expand Down

0 comments on commit 3fadba8

Please sign in to comment.