-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdisclaimer.html
43 lines (39 loc) · 2.28 KB
/
disclaimer.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
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="beb.png"type="image" sizes="32x32"/>
<title>Disclaimer-Roam Udaipur</title>
<meta name = "viewport" content = "width=device-width, initial-scale = 1, maximum-scale=1 ,user-scalable = no" />
<link rel="stylesheet" type="text/css" href="diskicss.css" >
<link href='https://fonts.googleapis.com/css?family=ABeeZee' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Junge' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Josefin Sans' rel='stylesheet'>
<script src="https://use.fontawesome.com/5b626b8830.js"></script>
</head>
<body>
<div class="header">
<div class="inner-header">
<div class="logo"><a href="index.html">RoamUdaipur.com</a></div>
<!--<div class="header-link"><a id="login" href="logoutscript.php">Log Out</a></div>-->
<div class="header-link"><a id="login" href="#" onclick="alert('This section is under development');">S & B</a></div>
<!--<div class="header-link"><Button id="login" onclick="openProfile()">Profile</Button></div>-->
<div class="header-link"><a id="login" href="home.html">Home</a></div>
</div>
</div>
<div class="content">
<div class="banner-image">
<div class="inner-banner-image">
<div class="banner-content">
<h2 id="h2hu">Disclaimer</h2>
</div>
</div>
</div>
<div id="disdiv">
<p><b>"</b>Greetings from RoamUdaipur. The content included in this Website has been compiled from a variety of sources and is subject to change without notice as any information described in this Website. We @RoamUdaipur makes no representation or warranty whatsoever regarding the completeness, quality of the Website or content. The information provided on this website may not be accurate or hasn't been updated so by using this Website, you assume the risk that the content on this Website may be inaccurate, incomplete, or offensive or may not meet your needs and requirements.</p> </div>
</div>
<footer>
<div class="container" >
<p style="float: left;" id="copyv">©Roam Udaipur</p><a style="float:right; text-decoration: underline;" id="copyv" href="disclaimer.html">Disclaimer</a>
<p id="copyv" style="text-align: center;">Made with <i class="fa fa-heart" aria-hidden="true"></i></p>
</div>
</footer>