PadApp/html/index.html
jusax23 5f0762ff67
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
init
2022-12-07 21:59:01 +01:00

33 lines
No EOL
729 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
@import url(css/comfortaa.css);
html,body{
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}
#stear{
height: 100%;
width: 100%;
top: 0;
left:0;
}
*{
font-family: 'Comfortaa', cursive;
font-size: 1rem;
}
</style>
</head>
<body>
<div id="stear"></div>
<script src="index.js"></script>
</body>
</html>