-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 1.3 KB
/
Copy pathindex.html
File metadata and controls
43 lines (43 loc) · 1.3 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
<!doctype html>
<html lang="it">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index,follow">
<title>Platinum+ Optimizer</title>
<link rel="canonical" href="website/">
<meta http-equiv="refresh" content="0; url=website/">
<script>
(function () {
var target = new URL('website/', window.location.href);
target.search = window.location.search;
target.hash = window.location.hash;
window.location.replace(target.href);
}());
</script>
<style>
:root { color-scheme: dark; }
* { box-sizing: border-box; }
html, body { height: 100%; margin: 0; }
body {
display: grid;
place-items: center;
font-family: Inter, Segoe UI, Arial, sans-serif;
color: #eef4ff;
background:
radial-gradient(circle at 18% 15%, rgba(48,110,170,.18), transparent 28%),
radial-gradient(circle at 85% 8%, rgba(35,85,150,.14), transparent 25%),
linear-gradient(145deg, #040506 0%, #080b10 25%, #101824 100%);
}
main { text-align: center; padding: 32px; }
a { color: #8ab8ff; }
</style>
</head>
<body>
<main>
<h1>Platinum+ Optimizer</h1>
<p>Caricamento del sito...</p>
<p><a href="website/">Apri il sito</a></p>
</main>
</body>
</html>