-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathindex.html
31 lines (28 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dexter</title>
<script src="lib/bravey.min.js"></script>
<link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' />
<link href="https://fonts.googleapis.com/css?family=Roboto:400" rel="stylesheet">
</head>
<body>
<div class="container">
<img src="static/img/logo-alt.svg" alt="Dexter" class="logo" />
<img src="static/img/text-logo.svg" alt="Dexter" class="textlogo" />
<h1>Let your talking do the code</h1>
<a class="video-play-button" href="editor.html">
<span></span>
</a>
</div>
</body>
</html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/home.css">
<script src="js/index.js"></script>
<script src="js/handlers.js"></script>
<script src="js/app.js"></script>
<script src="js/mic.js"></script>
<script src="js/parser.js"></script>