49 lines
2.2 KiB
Plaintext
49 lines
2.2 KiB
Plaintext
@page "/"
|
|
@using Microsoft.AspNetCore.Components.Web
|
|
@namespace Resume.BlazorSS.Pages
|
|
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<base href="~/" />
|
|
<link href="css/site.min.css" rel="stylesheet" />
|
|
<link rel="icon" type="image/png" href="favicon.png" />
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
|
|
<link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" />
|
|
<component type="typeof(HeadOutlet)" render-mode="ServerPrerendered" />
|
|
|
|
|
|
|
|
<meta name="theme-color" content="#232339" />
|
|
<meta name="description" content="امیرحسین خادمی | Amir Hossein Khademi مهندس نرم افزار و توسعه دهنده .net">
|
|
<meta property="og:title" content="Amir Hossein Khademi | امیرحسین خادمی">
|
|
<meta property="og:description" content="امیرحسین خادمی | Amir Hossein Khademi مهندس نرم افزار و توسعه دهنده .net">
|
|
<meta property="og:url" content="https://amir-khademi.ir">
|
|
<meta name="twitter:title" content="Amir Hossein Khademi | امیرحسین خادمی">
|
|
<meta name="twitter:description" content="امیرحسین خادمی | Amir Hossein Khademi مهندس نرم افزار و توسعه دهنده .net">
|
|
<meta name="twitter:url" content="https://mucut.ir">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
|
|
</head>
|
|
<body>
|
|
<component type="typeof(App)" render-mode="ServerPrerendered" />
|
|
|
|
<div id="blazor-error-ui">
|
|
<environment include="Staging,Production">
|
|
An error has occurred. This application may no longer respond until reloaded.
|
|
</environment>
|
|
<environment include="Development">
|
|
An unhandled exception has occurred. See browser dev tools for details.
|
|
</environment>
|
|
<a href="" class="reload">Reload</a>
|
|
<a class="dismiss">🗙</a>
|
|
</div>
|
|
|
|
<script src="_framework/blazor.server.js"></script>
|
|
<script src="_content/MudBlazor/MudBlazor.min.js"></script>
|
|
</body>
|
|
</html>
|