Party/templates/mate.html
2022-11-22 21:00:25 +01:00

16 lines
458 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>Mate Rechner</title>
</head>
<body>
<div class="container">
<div class="container d-flex justifiy-content-center">
<h1>hello</h1>
</div>
</div>
</body>
</html>