DHEIVER commited on
Commit
7c29aef
·
verified ·
1 Parent(s): fa1d439

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +7 -19
index.html CHANGED
@@ -1,5 +1,5 @@
1
  <!DOCTYPE html>
2
- <html lang="pt-br">
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -7,23 +7,11 @@
7
  <link rel="stylesheet" href="styles.css">
8
  </head>
9
  <body>
10
- <div class="container">
11
- <header>
12
- <h1>J.A.R.V.I.S.</h1>
13
- </header>
14
- <main>
15
- <div id="dashboard">
16
- <div id="status"></div>
17
- <div id="controls">
18
- <button id="commandButton">Enviar Comando</button>
19
- </div>
20
- <div id="output"></div>
21
- </div>
22
- </main>
23
- <footer>
24
- <p>&copy; 2024 J.A.R.V.I.S. Inc.</p>
25
- </footer>
26
  </div>
27
- <script src="app.js"></script>
28
  </body>
29
- </html>
 
1
  <!DOCTYPE html>
2
+ <html lang="pt-BR">
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
7
  <link rel="stylesheet" href="styles.css">
8
  </head>
9
  <body>
10
+ <div class="jarvis">
11
+ <h1>J.A.R.V.I.S.</h1>
12
+ <p id="response">Olá, como posso ajudar?</p>
13
+ <button id="startButton">Iniciar</button>
 
 
 
 
 
 
 
 
 
 
 
 
14
  </div>
15
+ <script src="jarvis.js"></script>
16
  </body>
17
+ </html>