-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
39 lines (30 loc) · 940 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE HTML>
<html>
<head>
<title>CitytoCity</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<h1>CitytoCity</h1>
<p>Explore the most charmings of India.<br />
</p>
</header>
<!-- Signup Form -->
<a href="login.html">
<button class="bg-blue-500 hover:bg-blue-400 text-white font-bold py-2 px-4 border-b-4 border-blue-700 hover:border-blue-500 rounded">
Sign In
</button>
</a>
</br>
<a href="explore.html">
<button class="bg-blue-500 hover:bg-blue-400 text-white font-bold py-2 px-4 border-b-4 border-blue-700 hover:border-blue-500 rounded" >
Explore
</button></a>
<!-- Scripts -->
<script src="assets/js/main.js"></script>
</body>
</html>