Skip to content

Commit

Permalink
rename html titles
Browse files Browse the repository at this point in the history
  • Loading branch information
raziEiL committed Dec 9, 2020
1 parent 7de5c61 commit 398d4d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@

<body class="index-body">
<main class="index-main text-center">
<h1>Ивенты Twitch</h1>
<h1>Twitch Event Widgets</h1>
<a href="vote.html">
<p>Голосование</p>
</a>
<a href="draw.html">
<p>Розыгрыш</p>
</a>
<a href="https://github.com/raziEiL/twitch-events/blob/master/README.MD">
<h3>Руководство пользователя</h3>
</a>
</main>
<footer>
<div class="container text-center">
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/vote.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Medvedev Denis (raziEiL)">
<title>Twitch Vote</title>
<title>Twitch Voting Widget</title>
<link rel="stylesheet" href="css/style.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
Expand Down

0 comments on commit 398d4d1

Please sign in to comment.