Layout hinzugefügt, bisher eine Seite ohne funktion

This commit is contained in:
jankaminski1
2023-08-18 13:53:01 +02:00
parent fc4c96745e
commit 31c3e33b11
34 changed files with 16398 additions and 1 deletions

View File

@ -18,6 +18,31 @@
<!-- Radzen.Blazor -->
<link rel="stylesheet" href="_content/Radzen.Blazor/css/humanistic-base.css">
<script src="_content/Radzen.Blazor/Radzen.Blazor.js"></script>
<!-- Basic -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Site Metas -->
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>KI Kunst Kirsten </title>
<!-- slider stylesheet -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.1.3/assets/owl.carousel.min.css" />
<!-- bootstrap core css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<!-- fonts style -->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,600,700&display=swap" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet" />
<!-- responsive style -->
<link href="css/responsive.css" rel="stylesheet" />
</head>
<body>
<component type="typeof(App)" render-mode="ServerPrerendered" />
@ -34,5 +59,10 @@
</div>
<script src="_framework/blazor.server.js"></script>
@*
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/bootstrap.js"></script>*@
</body>
</html>