Projektdateien hinzufügen.

This commit is contained in:
Stefan Hutter
2024-07-18 14:22:38 +02:00
commit 977d1b0c9f
12346 changed files with 14418579 additions and 0 deletions
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>@ViewBag.Title</title>
@RenderSection("scripts", required: false)
</head>
<body>
@RenderBody()
</body>
</html>