32 lines
624 B
HTML
32 lines
624 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0">
|
|
<title><!--$TITLE$--></title>
|
|
<style>
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
/*$STYLE$*/
|
|
</style>
|
|
<!--$ICON$-->
|
|
</head>
|
|
|
|
<body>
|
|
<!--$SCRIPT$-->
|
|
</body>
|
|
|
|
</html> |