-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIntroPage.php
More file actions
30 lines (30 loc) · 999 Bytes
/
IntroPage.php
File metadata and controls
30 lines (30 loc) · 999 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="Style4.css">
<title>Intro Page</title>
</head>
<body class=Intro>
<header>
<div class="logo">
<img src="Images/mainlogo4.jpg" alt="image" width="100px">
</div>
</header>
<div class="Intro">
<h1 class="introh1">Welcome to GWCS</h1>
<h4>This is Global Wild Swimming and Camping Website. Experience the beauty of the great outdoors.</h4>
<div class="intro-cont">
<div class="cont">
<h3>Customers</h3>
<div class="context">In the ever-evolving landscape of commerce, one constant remains unchanged - the customers.</div>
<div class="intro-buttons">
<a href="CustomerReg.php"><input type="submit" value="Register" class="btnit"></a>
<a href="CustomerLogin.php"><input type="submit" value="Login" class="btnit"></a>
</div>
</div>
</div>
</div>
</body>
</html>