-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (43 loc) · 1.35 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
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap" rel="stylesheet">
<title>#Bonde da AWS</title>
</head>
<body>
<div class="container">
<div class='title'>
<h1>#BondeDaAWS</h1>
<p>Faltam apenas...</p>
</div>
<div class="countdown">
<div >
<h1 id="dias">00</h1>
<p>Dias</p>
</div>
<div>
<h1 id="horas">00</h1>
<p>Horas</p>
</div>
<div>
<h1 id="minutos">00</h1>
<p>Minutos</p>
</div>
<div>
<h1 id="segundos">00</h1>
<p>Segundos</p>
</div>
</div>
<div class=''>
<img src="./Linuxtips.jpg" alt="Linux Tips">
<h2><a href="https://www.linuxtips.io/pages/bondedaaws"><p>Inscreva-se no #BondeDaAWS! </p></a></h2>
<h2><p>#BondeDaAWS #LINUXtips #AWS</p></h2>
<img width="100px" height="100px" src="./aws.jpg" alt="AWS">
</div>
</div>
<script src="./main.js"></script>
</body>
</html>