html-fliers/template/index.html

23 lines
415 B
HTML
Raw Normal View History

2025-05-22 17:02:12 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Repair Day</title>
</head>
<style>
html {
background-color: black;
}
body {
margin: auto;
width: 800px;
aspect-ratio: 8.5/11;
background-color: white;
}
</style>
<body>
</body>
</html>