-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (21 loc) · 832 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Signista</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="./src/main.css" />
</head>
<body>
<div class="container">
<img class="home_logo" src="./src/assets/signistalogo.png"/>
<h1 class="home_title">Quer saber se seu signo combina com o signo daquele crush?</h1>
<button class="home_button" id="homeButton"><a href="./pages/selection.html">Começar!</a></button>
</div>
<footer class="footer">
<p>Developed with love by <a href="https://github.com/barbara-aguilar">Bárbara Aguilar</a></p>
</footer>
<script src="./dist/bundle.js"></script>
</body>
</html>