Import initial du site depuis le serveur
This commit is contained in:
+69
-69
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user