57 lines
2.0 KiB
Plaintext
57 lines
2.0 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<base href="/" />
|
|
<link rel="stylesheet" href="@Assets["app.css"]" />
|
|
<link rel="stylesheet" href="@Assets["style.css"]" />
|
|
<HeadOutlet @rendermode="InteractiveServer"/>
|
|
</head>
|
|
|
|
<body>
|
|
<Routes @rendermode="InteractiveServer"/>
|
|
<script src="_framework/blazor.web.js"></script>
|
|
<link rel="stylesheet" href="https://blazor.cdn.telerik.com/blazor/6.2.0/kendo-theme-bootstrap/swatches/bootstrap-urban.css" />
|
|
<script src="https://blazor.cdn.telerik.com/blazor/6.2.0/telerik-blazor.min.js" defer></script>
|
|
|
|
<!-- Font Imports -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
|
|
<!-- Core Style -->
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
<!-- Font Icons -->
|
|
<link rel="stylesheet" href="css/font-icons.css">
|
|
|
|
<!-- Plugins/Components CSS -->
|
|
<link rel="stylesheet" href="css/swiper.css">
|
|
<link rel="stylesheet" href="include/rs-plugin/css/settings.css" media="screen">
|
|
<link rel="stylesheet" href="include/rs-plugin/css/layers.css">
|
|
<link rel="stylesheet" href="include/rs-plugin/css/navigation.css">
|
|
|
|
<!-- Niche Demos -->
|
|
<link rel="stylesheet" href="demos/crowdfunding/crowdfunding.css">
|
|
|
|
<!-- Custom CSS -->
|
|
<link rel="stylesheet" href="css/custom.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<!-- JavaScripts
|
|
============================================= -->
|
|
<script src="js/plugins.min.js"></script>
|
|
<script src="js/functions.js"></script>
|
|
<script src="js/functions.bundle.js"></script>
|
|
|
|
<!-- Parallax Script
|
|
============================================= -->
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/skrollr/0.6.30/skrollr.min.js"></script>
|
|
<script>!SEMICOLON.Mobile.any() && skrollr.init({forceHeight: false});</script>
|
|
|
|
</body>
|
|
|
|
</html>
|