Spaces:
Running
Running
Update index.html
Browse files- index.html +7 -10
index.html
CHANGED
|
@@ -1,17 +1,14 @@
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
-
<html
|
| 3 |
<head>
|
| 4 |
-
<
|
| 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="
|
| 11 |
-
<
|
| 12 |
-
|
| 13 |
-
<button id="startButton">Iniciar</button>
|
| 14 |
</div>
|
| 15 |
-
<script src="
|
| 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>
|