mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-08-04 09:02:31 -05:00
Added disclaimer and copyright.
This commit is contained in:
parent
1eab40f4a1
commit
86eee92bc2
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -120,6 +120,13 @@
|
|||
padding: 4px 0;
|
||||
}
|
||||
|
||||
#gtsCopyright
|
||||
{
|
||||
font-size: 10px;
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.setWidth
|
||||
{
|
||||
width: 720px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user