-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 1.03 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
<!DOCTYPE html>
<html>
<header>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Leste Hackers :D</title>
</header>
<style>
body {
background-color: black;
font-family: 'Courier New', Courier, monospace;
}
</style>
<body>
<h1 style="text-align: center; color: yellow;">Leste Hackers!</h1>
<h2 style="text-align: center; color: yellow;">Um hackathon das ruas de Sao Paulo.</h2>
<h2 style="text-align: center; color: yellow;">A hackathon from the streets of Sao Paulo.</h2>
<div style="text-align: center;">
<a href="/routes/pt-BR/index.html"><button style="background: #1ce909; border-radius: 6px; padding: 15px; cursor: pointer; color: #fff; border: none; font-size: 16px;">Português - Brasil</button></a>
<a href="/routes/en-US/index.html"><button style="background: #e90909; border-radius: 6px; padding: 15px; cursor: pointer; color: #fff; border: none; font-size: 16px;">English - United States</button></a>
</div>
</body>
</html>