mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-15 19:47:57 +01:00
16 lines
379 B
HTML
16 lines
379 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">
|
|
<!-- import the webpage's javascript file -->
|
|
<style>
|
|
html, body {
|
|
margin:0;
|
|
padding:0;
|
|
height: 100%;
|
|
}
|
|
</style>
|
|
</head>
|
|
</html>
|