-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (30 loc) · 1.24 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<title>Evoke Futures :: A Coisa do Futuro</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- import the webpage's stylesheet -->
<link rel="stylesheet" href="/style.css">
</head>
<body>
<h1 id="title" align="center">A Coisa do Futuro</h1>
<p id="text-start" align="center"> Desvende uma nova Coisa do Futuro agora.</p>
<p id="text-world" align="center"> </p>
<p id="text-thing" align="center"> </p>
<p id="text-bye" align="center"> Como seria isso? </p>
<div class="start">
<button id="botao-start"> Criar uma Coisa! </button>
</div>
<div class="rebot">
<button id="botao-rebot"> Reiniciar! </button>
</div>
<!-- import Coisa do Futuro javascript file -->
<script src="/coisadofuturo.js"></script>
<!-- include the Glitch button to show what the webpage is about and
to make it easier for folks to view source and remix -->
<div class="glitchButton" style="position:fixed;top:20px;right:20px;"></div>
<script src="https://button.glitch.me/button.js"></script>
</body>
</html>