html-fliers/template/index.html

18 lines
220 B
HTML
Raw Normal View History

2025-05-22 17:02:12 -04:00
<!DOCTYPE html>
<html>
2025-05-22 17:02:12 -04:00
<head>
<link rel="stylesheet" href="styles.css" />
2025-05-22 17:02:12 -04:00
</head>
<style media="print">
@page {
margin: 0;
2025-05-22 17:02:12 -04:00
}
2025-05-22 17:02:12 -04:00
body {
margin: 0;
2025-05-22 17:02:12 -04:00
}
</style>
<body></body>
2025-05-22 17:02:12 -04:00
</html>