forked from VirtexEdgeDesign/Iris-Web-Viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
executable file
·49 lines (43 loc) · 985 Bytes
/
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
<HTML>
<HEAD>
<TITLE>Iris Web Viewer - Fine Print</TITLE>
</HEAD>
<style>
body {
background: #333;
color: #bbb;
font-family: Arial, Sans-serif;
}
p{
color: #aaa;
}
a {
font-style: normal;
font-weight: normal;
color: #00bfff;
text-decoration: none;
}
hr {
padding: 0px 10px 0px 10px;
margin: 0px 5px 0px 5px;
color: #555;
background-color: #777;
font-size:1%;
height:1px;
border: 0;
}
</style>
<body>
<h1>Iris Web Viewer</h1>
<hr/>
<h2>Privacy Policy</h2>
<p>
Iris Web Viewer does not save any user information, whether it be google drive log in info or opened 3D files. In terms of opening and parsing files, everything is done on the client side and nothing regarding file content is sent back to the servers.
<br/>
<br/>
If you have a comment, question or complaint, you can post to <a href="http://virtexedgedesign.boards.net/">
our forum here</a>.
</p>
<hr/>
</body>
</HTML>