Skip to content

Commit

Permalink
A Pokémon Calculator -> Pokémon Damage Calculator
Browse files Browse the repository at this point in the history
Makes the page title consistent with the title in the body
  • Loading branch information
scheibo committed Aug 14, 2019
1 parent 8c52a97 commit 474074e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/honkalculate.template.html
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="UTF-8" />
<title>A Pok&eacute;mon Calculator</title>
<title>Pok&eacute;mon Damage Calculator</title>
<link type="text/css" rel="stylesheet" href="./css/vendor/bootstrap.css" />
<link type="text/css" rel="stylesheet" href="https://cdn.datatables.net/1.10.4/css/jquery.dataTables.min.css" />
<link type="text/css" rel="stylesheet" href="https://cdn.datatables.net/colvis/1.1.1/css/dataTables.colVis.css" />
Expand Down
2 changes: 1 addition & 1 deletion src/index.template.html
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="UTF-8" />
<title>A Pok&eacute;mon Calculator</title>
<title>Pok&eacute;mon Damage Calculator</title>
<link type="text/css" rel="stylesheet" href="./js/vendor/select2/select2.css" />
<link type="text/css" rel="stylesheet" href="./css/main.css?" />
<link type="text/css" rel="stylesheet" href="./css/vendor/bootstrap.css" />
Expand Down

0 comments on commit 474074e

Please sign in to comment.