-
Notifications
You must be signed in to change notification settings - Fork 0
/
index1.html
45 lines (37 loc) · 1.32 KB
/
index1.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
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VoicieBuddy | Text To Speech Converter</title>
<link rel="stylesheet" href="./style1.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="header">
<a href="./index1.html" class="header__icon" translate="no">VoicieBuddy</a>
<!-- <nav class="navigation">
<ul class="navigation__list">
<li class="navigation__items"><a href="./index1.html" class="navigation__links"> Home</a></li>
</ul>
</nav> -->
</div>
</header>
<main>
<section class="t2s heading">
</section>
<div class="heading__div">
<div class="heading__blur">
<h2 class="heading__main">Text to Voice Converter</h2>
<p class="heading__paragraph">VoiceBuddy Supports up to 15 languages and 8 voices, the ultimate and
easy tool to
convert your text to
voice online!</p>
<a href="./index.html" class="btn__animate heading__btn btn__green">Convert text →</a>
</div>
</div>
</main>
</body>
</html>