Skip to content

Commit

Permalink
added site title
Browse files Browse the repository at this point in the history
  • Loading branch information
xathon committed Nov 1, 2020
1 parent 40cc927 commit d61d776
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<head>
<link href="css/style.css" rel="stylesheet">
<link href="css/index.style.css" rel="stylesheet">
<title>GitGud Logocontest</title>

</head>
<body>
Expand Down Expand Up @@ -38,4 +39,4 @@


</body>
</html>
</html>
1 change: 1 addition & 0 deletions output.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/output.style.css" rel="stylesheet">
<title>GitGud Logocontest</title>
</head>
Expand Down
1 change: 1 addition & 0 deletions thanks.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link href="css/style.css" rel="stylesheet">
<link href="css/thanks.style.css" rel="stylesheet">
<link href="css/normalize.css" rel="stylesheet">
<title>GitGud Logocontest</title>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion vote.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<link href="css/style.css" rel="stylesheet">
<link href="css/vote.style.css" rel="stylesheet">
<link href="css/normalize.css" rel="stylesheet">
<title>GitGud Logocontest</title>
</head>
<body>
Expand Down

0 comments on commit d61d776

Please sign in to comment.