-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
52 lines (43 loc) · 1.71 KB
/
index.php
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
51
52
<!DOCTYPE html>
<html>
<head><link href="cssfile.css" rel="stylesheet" /></head>
<div class="home-container">
<section class="home-hero">
<div class="home-main">
<div class="home-content">
<header data-thq="thq-navbar" class="home-navbar">
<img alt="logo" src="10817260_19406401.jpg" class="home-logo" />
</div>
<div class="home-video">
<img
src ="close-up-earth-globe.jpg"
class="home-video1"
>
<div class="home-tint"></div>
</div>
<div class="home-center">
<div class="home-heading">
<h1 class="home-header">SimplifiedTourism</h1>
<p class="home-caption">
Simplify the tourism across India with Our Website
</p>
</div>
<br>
<div class="home-border">
<div class="home-filter"></div>
<a href="Main registration.html" target="blank" class="home-border">
<input type="button" style="font-size:20px;" class="home-border" value="REGISTER"></a>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<img src="10817176_19406483.jpg" display="inline" width="50px">
<div>
<a href="Main registration.html" target="blank" class="login-button">
<input type="button" style="font-size:20px;" class="login-button" value="Already Registered? Login"></a>
</div>
</div>
</div>