Browse Source

iOS Fullscreen

master
Gregory Rudolph 2 years ago
parent
commit
802eb8f5c3
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 1
      Pages/Shared/_Layout.cshtml

1
Pages/Shared/_Layout.cshtml

@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes">
<title>@ViewData["Title"] - Nikola.Net</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="~/css/site.css" />

Loading…
Cancel
Save