fedipage/static/blank.html

17 lines
379 B
HTML
Raw Normal View History

2023-10-08 07:35:17 +02:00
<!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>