-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (37 loc) · 1.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="uk">
<head>
<title>Азбука Мурзе</title>
<link rel="stylesheet" href="assets/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="assets/img/icon.ico" type="image/x-icon">
<!-- OpenGraph section-->
<meta property="og:title" content="Азбука Мурзе">
<meta property="og:image" content="https://img.freepik.com/free-photo/stunning-square-portrait-adorable-cute-cat_181624-37290.jpg">
<meta property="og:description" content="Власне, те саме, що й Морзе, але не зовсім">
</head>
<body>
<header>
<div class="header-content">
<div class="title">
<h1>Азбуке Мурзе</h1>
<h2>Власне, те саме, що й Морзе, але не зовсім</h2>
</div>
</div>
</header>
<main>
<section>
<textarea name="lang" id="lang" cols="30" rows="10"></textarea>
<textarea name="murse" id="murse" cols="30" rows="10" readonly></textarea>
</section>
<section>
<input id="start" type="button" value="Перекласти">
</section>
</main>
<footer>
<p>@ Andrii S. (Fferly)</p>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/howler/2.2.3/howler.min.js"></script>
<script src="assets/main.js"></script>
</body>
</html>