This repository was archived by the owner on Jan 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (41 loc) · 2 KB
/
index.html
File metadata and controls
42 lines (41 loc) · 2 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 data-wf-page="65d21e5c7dd9a485269e8a97" data-wf-site="65d21e5c7dd9a485269e8a90">
<head>
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta charset="UTF-8" />
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon">
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.js"></script>
<meta name="description" content="DeCleanup NETWORK" />
<title>DeCleanup NETWORK</title>
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script>
<script type="text/javascript">WebFont.load({ google: { families: ["Bebas Neue:regular"] }});</script>
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="images/webclip.png" rel="apple-touch-icon">
</head>
<body>
<style>
/*Размер шрифта в PX для экранов шире 1440px, чтобы страница не масштабировалась*/
html{font-size: 10px}
/*Размер шрифта для экранов от 1440px и меньше*/
@media(max-width:1440px) {
html{font-size: 0.6944vw}
}
@media(max-width: 479px) {
html{font-size: 2.667vw}
}
</style>
<style>
#fill-available{
height: 100%;
height: -moz-available; /* WebKit-based browsers will ignore this. */
height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
height: stretch;
}
</style>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>