mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 03:26:41 +07:00
42 lines
1.1 KiB
HTML
42 lines
1.1 KiB
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="viewport" content="initial-scale=1, maximum-scale=0.8">
|
|
<link rel="icon" href="favicon.png?d" type="image/png" />
|
|
<link href="https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&subset=cyrillic" rel="stylesheet">
|
|
<title>@ORCHID</title>
|
|
|
|
<link rel="shortcut icon" href="/favicon.png?wd" type="image/png">
|
|
<meta property="og:image" content="/misc/vk_preview.png" />
|
|
<meta content="/misc/vk_preview.png">
|
|
<style>
|
|
#loader {
|
|
position: fixed;
|
|
background: #576066;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 10;
|
|
transition: opacity 1s;
|
|
}
|
|
|
|
body {
|
|
overflow: hidden;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
canvas#renderer {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<canvas id="renderer"></canvas>
|
|
<section id="map" style="position: absolute; width: 100%; height: 100%;"></section>
|
|
<section id="loader"></section>
|
|
<section id="index"></section>
|
|
</body>
|