-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacypolicy.php
39 lines (36 loc) · 1.31 KB
/
privacypolicy.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
<html>
<head>
<style>
body{
background-image: url('background-imager//Elegant_Background-9.jpg');
}
</style>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="mycss.css" rel="stylesheet">
<script src="jquery-1.11.2.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script>
$(document).ready(function () {
$("#back-button").click(function(){
window.location = "newuitest.php";
});
});
</script>
</head>
<body>
<div class="topnavbar">  
<font color="#FFF" size="10" face="Impact">Visual Bookmark</font>
</div>
<div class="back col-sm-2" style="top:18px;" id="back-button">
<button type="submit" class="btn btn-success" name="reg">Home</button>
</div>
<div id="privacypolicy">
<font size="5" color="black">
This Website is not linked with other organization, institute, company or any kind of affiliation.
This is a purely experimental website made for submitting in college as a final year project for a Bachelor's degree in Computer Engineering.
No user data will shared with any other website or any third party. All the data is just collected for creating a unique profile to be used in the website by the user for sharing and storing their visual bookmarks.
The website has no intention of divulging user sensitive information to anyone else.
</font>
</div>
</body>
</html>