-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (37 loc) · 1.26 KB
/
index.html
File metadata and controls
50 lines (37 loc) · 1.26 KB
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
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<title>Spoiler Guerra Infinita</title>
<link href="https://fonts.googleapis.com/css?family=Oswald:300,600" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="src/css.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="src/js.js"></script>
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,900" rel="stylesheet">
</head>
<body class="back">
<div class="container">
<h1>Quem "Morre" em Guerra Infinita?</h1>
</div>
<br>
<br>
<div class="center">
<div class="left">
<div class="container">
<input class="input" type="text" id="avenger" placeholder="Vingador(a)"></input>
<button type="button" class="btn" id="button">E aí?</button>
</div>
</div>
<div class="right">
<div class="container">
<p id="setThis">Confira aqui se seu Herói tá vivo ainda!</p>
<p class="sub" id="sub">Será que ele tá vivo? Será que ela sobreviveu?</p>
</div>
</div>
</div>
<footer>
<div class="container">
<p>Spoiler Guerra Infinita v1<br>Feito por Natanael Neto</p>
</div>
</footer>
</body>
</html>