forked from Max-42/zirotex-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (53 loc) · 2.65 KB
/
index.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
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./assets/style/css/style.css">
<link href="./assets/style/css/fonts.css" rel="stylesheet">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#CD0DEC">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#CD0DEC">
<title>ChanceFac</title>
<!-- Für Apple-Geräte -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<!-- Für Browser -->
<link rel="shortcut icon" type="image/x-icon" href="/favicon-32x32.ico">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<!-- Für Windows Metro -->
<meta name="msapplication-square310x310logo" content="/mstile-310x310.png">
<meta name="msapplication-TileColor" content="#CD0DEC">
</head>
<body>
<div id="text">
<h1>ChanceFac.de</h1>
<h2>Unsere Schülerfirma in der Gründung<h2>
<h3>Komme gerne bald wieder...</h3>
</div>
<div class="spinner">
<div id="back">
<svg width="100vw" height="100vh" viewBox="0 0 1920 1080" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M803.811 1111.39L1127.09 1160.39L1535.91 999.088L1306.52 730.308L1555.67 584.593L1299.93 386.302L1316.03 542.329L752.794 295.052L377.915 444.788L538.663 834.948L580.905 555.491L1102.1 897.956L835.867 881.884L803.811 1111.39Z"
fill="#CA17E8" />
<path
d="M1468.99 438.972L1173.06 705.496L988.798 728.898L901.736 526.784L509.801 370.584L664.037 61.1894L924.646 231.12L723.322 323.841L1085.71 518.79L1085.72 138.523L1324.69 127.236L1468.99 438.972Z"
fill="#12FF54" />
<path
d="M1822.22 487.975L1309.85 241.523L1557.98 445.836L1209.21 326.314L1358.41 669.662L829.899 732.155L1659.07 1235.56L1801.6 1093.12L1822.22 487.975Z"
fill="#FF00F5" />
<path
d="M92.1459 546.745L592.796 636.883L357.287 453.099L622.609 379.036L858.317 786.52L915.234 446.697L307.503 173.736L354.889 -92.3786L1023.32 311.718L810.016 1131.32L407.421 1094.96L16.1318 713.224L92.1459 546.745Z"
fill="#7637C6" />
</svg>
</div>
</div>
<div class="legal">
<p>
Rechtliches:
<a href="./legal/#impressum">Impressum</a>
<a href="./legal/#datenschutz">Datenschutz</a>
</p>
</div>
</body>
</html>