-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (42 loc) · 1.46 KB
/
Copy pathindex.html
File metadata and controls
42 lines (42 loc) · 1.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="10;url=https://BadgeHub.eu">
<title>MicroPythonOS AppStore — Moved</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'Roboto', system-ui, sans-serif;
background: #F8EDE3;
color: #1A2E44;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
text-align: center;
padding: 20px;
}
.box {
background: #fff;
border-radius: 15px;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
padding: 40px;
max-width: 540px;
}
h1 { font-size: 1.8rem; color: #0A4D68; margin-bottom: 16px; }
p { font-size: 1.1rem; line-height: 1.6; margin-bottom: 12px; }
a { color: #FF6B6B; font-weight: 500; text-decoration: none; }
a:hover { color: #0A4D68; }
</style>
</head>
<body>
<div class="box">
<h1>MicroPythonOS AppStore has moved</h1>
<p>The AppStore backend and app index are now hosted at<br><a href="https://BadgeHub.eu">BadgeHub.eu</a>.</p>
<p>You will be redirected in 10 seconds.</p>
<p>If nothing happens, <a href="https://BadgeHub.eu">click here</a>.</p>
</div>
</body>
</html>