Skip to content

Commit

Permalink
Merge pull request #15 from Rezzo64/main
Browse files Browse the repository at this point in the history
Update titles 2
  • Loading branch information
Rezzo64 authored Oct 28, 2023
2 parents 8663aa2 + 91c8392 commit a2d6d21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions style/STYLING.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@ <h2>Buttons and links</h2>
</p>

<div class="light-container">
Play <a href="https://pokemonshowdown.com/">Showdown!</a>
Play <a href="https://pokemonshowdown.com/">Showdown Pet Mods</a>
</div>
<div class="dark-container dark">
Play <a href="https://pokemonshowdown.com/">Showdown!</a>
Play <a href="https://pokemonshowdown.com/">Showdown Pet Mods</a>
</div>
<div class="dark-container code dark">
Play &lt;a href="https://pokemonshowdown.com/">Showdown!&lt;/a>
Play &lt;a href="https://pokemonshowdown.com/">Showdown Pet Mods&lt;/a>
</div>
<div class="clear"></div>

Expand Down
2 changes: 1 addition & 1 deletion testclient.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta id="viewport" name="viewport" content="width=device-width" />
<title>Showdown!</title>
<title>Showdown Pet Mods</title>
<link rel="shortcut icon" href="favicon.ico" id="dynamic-favicon" />
<link rel="stylesheet" href="style/battle.css" />
<link rel="stylesheet" href="style/client.css" />
Expand Down

0 comments on commit a2d6d21

Please sign in to comment.