17 lines
289 B
Plaintext
17 lines
289 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Laa Production Web</title>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
@RenderBody()
|
|
|
|
@RenderSection("scripts", required: false)
|
|
</body>
|
|
</html>
|