Added disclaimer and copyright.

This commit is contained in:
Greg Edwards 2014-05-20 12:26:16 -04:00
parent 1eab40f4a1
commit 86eee92bc2
2 changed files with 15 additions and 0 deletions

View File

@ -49,5 +49,13 @@
<asp:ContentPlaceHolder ID="cpMain" runat="server" />
</div>
</div>
<div id="gtsCopyright">
<div class="setWidth">
Pokémon is © 1995-<%= DateTime.Now.Year.ToString() %> Nintendo / Creatures / GAME FREAK.
This service is not affiliated with Nintendo or GAME FREAK in any way.<br />
This service is provided as is without warranty of any kind. Use at your own risk.<br />
<a href="https://github.com/mm201/pkmnFoundations/issues?state=open">Report an issue</a>
</div>
</div>
</body>
</html>

View File

@ -120,6 +120,13 @@
padding: 4px 0;
}
#gtsCopyright
{
font-size: 10px;
text-align: center;
margin-top: 20px;
}
.setWidth
{
width: 720px;