-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprivacy.html
71 lines (65 loc) · 2.13 KB
/
privacy.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE HTML>
<html>
<head>
<title>Mema3</title>
<meta name="mema3" content="mema3" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" type="text/css" href="/static/style/style.css" title="style" />
<meta http-equiv="refresh" content="10;url=/memories.html" />
<script src="/static/script/websocket.js"></script>
</head>
<body>
<div id="main">
<div id="header">
<div id="logo">
<div id="logo_text">
<!-- class="logo_colour", allows you to change the colour of the text -->
<h1><a href="index.html">Mema<span class="logo_colour">3</span></a></h1>
<h2></h2>
</div>
</div>
<div id="menubar">
<ul id="menu">
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
<li class="selected"><a href="/static/guide.html">Guide</a></li>
<li><a href="/memories.html">Memories</a></li>
<li><a href="page.html">Mosaic</a></li>
<li><a href="another_page.html"></a></li>
<li><a href="/static/privacy.html">Privacy Form</a></li>
</ul>
</div>
</div>
<div id="site_content">
<div class="sidebar">
<!-- insert your sidebar items here
{% for item in mema_health %}
<span class="{{mema_health[item]}}"></span>
{% endfor %}
-->
<span id='messages'></span>
<hr/>
</div>
<div id="content">
<b>This page will flip to the main page in 30 seconds!</b>
<br/><br/>
<!-- insert the page content here -->
<pre>
Our contact details
Name:
Address:
Phone Number:
E-mail:
The type of personal information we collect
We currently collect and process the following information:
• Your name and a contact number
• Photos you're taken, recordings and videos made here
</pre>
</div>
</div>
<div id="content_footer"></div>
<div id="footer">
</div>
</div>
</body>
</html>