DHEIVER commited on
Commit
15ea651
·
verified ·
1 Parent(s): c2e01d5

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +7 -10
index.html CHANGED
@@ -1,17 +1,14 @@
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">
6
- <title>J.A.R.V.I.S.</title>
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>
 
1
  <!DOCTYPE html>
2
+ <html>
3
  <head>
4
+ <title>Interface Futurística</title>
 
 
5
  <link rel="stylesheet" href="styles.css">
6
  </head>
7
  <body>
8
+ <div class="container">
9
+ <div class="circle">
10
+ </div>
 
11
  </div>
12
+ <script src="script.js"></script>
13
  </body>
14
+ </html>