forked from lumaa-dev/apps.lumaa.fr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathempty.html
More file actions
57 lines (56 loc) · 1.73 KB
/
Copy pathempty.html
File metadata and controls
57 lines (56 loc) · 1.73 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://apps.lumaa.fr/styles/generic.css" />
<link rel="stylesheet" href="https://apps.lumaa.fr/styles/legal.css" />
<link
rel="shortcut icon"
href="https://raw.githubusercontent.com/lumaa-dev/lumaa.fr/main/src/assets/hero/full_black.jpg"
type="image/x-icon"
/>
<title>Error 404</title>
</head>
<body>
<div class="title">
<p>Error 404<br />Oops! Not found...</p>
<a href="https://apps.lumaa.fr/" style="margin-top: 5vh">Home</a>
</div>
<div class="text">
<p style="text-align: center;">
haha funny, you have no results
</p>
</div>
<div class="footer">
<p>All rights reserved. Lumaa is not affiliated with Apple Inc.</p>
<br />
<p
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dct="http://purl.org/dc/terms/"
>
<a
property="dct:title"
rel="cc:attributionURL"
href="https://apps.lumaa.fr/"
>This website</a
>
& <a href="https://github.com/lumaa-dev/AboutApps">its repository</a> by
<a
rel="cc:attributionURL dct:creator"
property="cc:attributionName"
href="https://lumaa.fr/"
>Lumaa</a
>
is licensed under
<a
href="http://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1"
target="_blank"
rel="license noopener noreferrer"
style="display: inline-block"
>Attribution-NonCommercial-ShareAlike 4.0 International</a
>
</p>
</div>
</body>
</html>