Spaces:
Running
Running
Update index.html
Browse files- index.html +7 -19
index.html
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
-
<html lang="pt-
|
| 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="
|
| 11 |
-
<
|
| 12 |
-
|
| 13 |
-
</
|
| 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>© 2024 J.A.R.V.I.S. Inc.</p>
|
| 25 |
-
</footer>
|
| 26 |
</div>
|
| 27 |
-
<script src="
|
| 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>
|