Import initial du site depuis le serveur

This commit is contained in:
WhyKorp's server
2026-04-27 06:52:16 +00:00
parent 81b39e856b
commit f57f9fe1d5
1871 changed files with 214417 additions and 32138 deletions
+69 -69
View File
@@ -1,70 +1,70 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Cache-Control" content="no-cache">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon.png">
<title>Fluid Simulation - WhykiohTools</title>
<style>
* {
user-select: none;
}
html, body {
overflow: hidden;
}
body {
margin: 0;
position: fixed;
width: 100%;
height: 100%;
}
canvas {
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.dg {
opacity: 0.9;
}
.dg .property-name {
overflow: visible;
}
.bigFont {
font-size: 150%;
color: #8C8C8C;
}
.cr.function.appBigFont {
font-size: 150%;
line-height: 27px;
background-color: #2F4F4F;
}
.cr.function.appBigFont .property-name {
float: none;
}
.cr.function.appBigFont .icon {
position: sticky;
bottom: 27px;
}
a.back {
z-index: 5;
};
</style>
</head>
<body>
<canvas></canvas>
<script src="./script.js"></script>
<a class="back" href="javascript:history.back()"><img src="img/back_arrow.png"></a>
</body>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Cache-Control" content="no-cache">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon.png">
<title>Fluid Simulation - WhykiohTools</title>
<style>
* {
user-select: none;
}
html, body {
overflow: hidden;
}
body {
margin: 0;
position: fixed;
width: 100%;
height: 100%;
}
canvas {
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.dg {
opacity: 0.9;
}
.dg .property-name {
overflow: visible;
}
.bigFont {
font-size: 150%;
color: #8C8C8C;
}
.cr.function.appBigFont {
font-size: 150%;
line-height: 27px;
background-color: #2F4F4F;
}
.cr.function.appBigFont .property-name {
float: none;
}
.cr.function.appBigFont .icon {
position: sticky;
bottom: 27px;
}
a.back {
z-index: 5;
};
</style>
</head>
<body>
<canvas></canvas>
<script src="./script.js"></script>
<a class="back" href="javascript:history.back()"><img src="img/back_arrow.png"></a>
</body>
</html>
+1381 -1381
View File
File diff suppressed because it is too large Load Diff