-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
22 lines (22 loc) · 842 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>NUNA, a sua Assistente de Viagens</title>
<meta charset = "utf-8" />
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body class="bkg">
<div class="position">
<div class="comments">
<div class="comment bubble">
<p>Olá! Sou a NUNA. <br>Serei sua nova assistente de viagens!<br><br>Para começarmos, clique no botão e fale <strong>"iniciar"</strong>.<br></p>
</div>
</div>
<img class="assistant" src="img/assistente5.png" alt="desenho de uma mulher segurando uma prancheta">
</div>
<div class= "buttondiv">
<button class="button1 buttoncolor" id="start"><img src="img/buttonimage7.png" alt="um microfone"></button>
<script src="js/iniciarvoz.js"></script>
</div>
</body>
</html>