2024-09-10 02:39:07 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title></title>
|
2024-12-08 15:07:25 +01:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2024-09-10 02:39:07 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2024-12-08 15:07:25 +01:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
2024-09-10 02:39:07 +02:00
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
@RenderBody()
|
|
|
|
</body>
|
|
|
|
</html>
|