initial release
This commit is contained in:
+52
@@ -0,0 +1,52 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" id="root">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<link rel="icon" href="./favicon.ico"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>AULA</title>
|
||||
<script type="module" crossorigin src="./app-CPb3bToC.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="./chunk-DhYw-kuD.js">
|
||||
<link rel="modulepreload" crossorigin href="./chunk-D3Pjrapm.js">
|
||||
<link rel="modulepreload" crossorigin href="./chunk-DbbZ0htz.js">
|
||||
<link rel="stylesheet" crossorigin href="./app-D2Wsam_C.css">
|
||||
</head>
|
||||
<body>
|
||||
<!--<div id="app-wrapper">-->
|
||||
<div id="app"></div>
|
||||
|
||||
<!--</div>-->
|
||||
</body>
|
||||
<script>
|
||||
function resize() {
|
||||
// let size = window.innerWidth / 1920;
|
||||
// let app_wrapper = document.getElementById("app-wrapper");
|
||||
// app_wrapper.style.transform = "scale(" + size + ")";
|
||||
}
|
||||
|
||||
window.addEventListener("resize", resize);
|
||||
let res = resize;
|
||||
res();
|
||||
</script>
|
||||
<style>
|
||||
body {
|
||||
margin: auto 0 auto 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 919px;
|
||||
min-width: 1920px;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
//background-image: url('./app-DIxIGayN.css');
|
||||
//background-repeat: repeat;
|
||||
}
|
||||
|
||||
#app-wrapper {
|
||||
//left: 0;
|
||||
//top: 0;
|
||||
//position: absolute;
|
||||
//transform-origin: 0 0;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user