-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwelcome.html
36 lines (33 loc) · 1.39 KB
/
welcome.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Welcome User.</title>
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<link href="css/agency.min.css" rel="stylesheet"> </head>
<body class="index">
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container">
<div class="navbar-brand">QuoteWiki</div>
<div>
<ul class="nav navbar-nav navbar-right">
<li><i> <a class="navbar-brand " href="LoginRegister/login/login.php">Login</a></i> </li>
<li><i> <a class="navbar-brand " href="LoginRegister/signup/signup.php">SignUp</a></i> </li>
</ul>
</div>
</div>
</nav>
<header>
<div class="container">
<div class="intro-text">
<div class="intro-lead-in">Welcome To Our Website!</div>
<div class="intro-heading">It's Nice To Meet You</div>
<div class="intro-in">Please Login Or Register To Enjoy This Immersive Experience.</div>
</div>
</div>
</header>
</body>
</html>