Skip to content

Commit 398d4d1

Browse files
committed
rename html titles
1 parent 7de5c61 commit 398d4d1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/frontend/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@
1212

1313
<body class="index-body">
1414
<main class="index-main text-center">
15-
<h1>Ивенты Twitch</h1>
15+
<h1>Twitch Event Widgets</h1>
1616
<a href="vote.html">
1717
<p>Голосование</p>
1818
</a>
1919
<a href="draw.html">
2020
<p>Розыгрыш</p>
2121
</a>
22+
<a href="https://github.com/raziEiL/twitch-events/blob/master/README.MD">
23+
<h3>Руководство пользователя</h3>
24+
</a>
2225
</main>
2326
<footer>
2427
<div class="container text-center">

src/frontend/vote.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="author" content="Medvedev Denis (raziEiL)">
7-
<title>Twitch Vote</title>
7+
<title>Twitch Voting Widget</title>
88
<link rel="stylesheet" href="css/style.min.css">
99
<link rel="preconnect" href="https://fonts.gstatic.com">
1010
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">

0 commit comments

Comments
 (0)