-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
40 lines (33 loc) · 1.1 KB
/
404.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AiScope - Privacy policy</title>
<link rel="icon" type="image/x-icon" href="./img/favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<div class="content">
<div class="menu-bar_privacy">
<div class="logo"><a href="./index.html"><img src="./img/logo_AiScope.png" alt=""></a>
</div>
</div>
<div style="height:300px;"></div>
<div class="sections">
<br>
<div class="team">
<h2>We could not find what you are looking for.</h2>
</div>
</div>
<div class="footer">
<div>aiscope@aiscope.net</div>
<div><a href="./privacy-policy.html" target="_blank">Privacy police</a></div>
</div>
</div>
</body>
</html>