KeymailSpecials2/Components/Components/CanvasHomePage.razor

35 lines
1.3 KiB
Plaintext

@*
This will contain the HEAD elements to use the CANVAS template
*@
<HeadContent>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="x-ua-compatible" content="IE=edge">
<meta name="author" content="KeyMailSpecials">
<meta name="description" content="Seamlessly connecting customers to their preferred service providers, resulting in streamlined experiences for today's fast-pased world!'" />
<!-- 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=Poppins: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/components/datepicker.css">
<!-- Niche Demos -->
<link rel="stylesheet" href="demos/movers/movers.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Document Title
============================================= -->
<title>KeyMail Specials</title> @*Override in basepage if you want to, otherwise it will use this*@
</HeadContent>