Skip to content

Commit

Permalink
Adding some meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Jul 6, 2023
1 parent 5e299d4 commit 13bde08
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion EmployeePaycheck/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"] - Employee Paycheck</title>

<meta property="og:type" content="website" />
<meta property="og:title" content="Employee Paycheck" />
<meta property="og:url" content="https://issueverifiableemployee.azurewebsites.net" />
<meta property="og:image" content="https://issueverifiableemployee.azurewebsites.net/android-chrome-192x192.png">
<meta property="og:image:height" content="192" />
<meta property="og:image:width" content="192" />
<meta property="og:site_name" content="Employee Paycheck" />
<meta property="og:description" content="Employee Paycheck" />
<meta name="twitter:site" content="damienbod" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:description" content="Employee Paycheck" />
<meta name="twitter:title" content="Employee Paycheck 2023" />
<meta name="robots" content="noindex,nofollow">

<link rel="stylesheet" href="~/lib/font-awesome/css/all.min.css" nonce="@nonce">
<link rel="stylesheet" href="~/lib/open-iconic/font/css/open-iconic-bootstrap.min.css" nonce="@nonce">

Expand All @@ -18,10 +32,11 @@
<link rel="stylesheet" href="~/css/site.css" nonce="@nonce" />
<link rel="stylesheet" href="~/lib/materialize/dist/materialize.min.css" nonce="@nonce">
<link rel="stylesheet" href="~/css/toastr.min.css" nonce="@nonce" />

<link rel="stylesheet" href="~/css/main.css" nonce="@nonce" />

<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<base href="/" />
</head>
<body>
Expand Down

0 comments on commit 13bde08

Please sign in to comment.