Mise à jour de 'WF-WebAdmin/WF-WebAdmin/Pages/_Layout.cshtml'
continuous-integration/drone/push Build is passing Details

master
parent d2188b3de8
commit 319ae73422

@ -1,39 +1,40 @@
@using Microsoft.AspNetCore.Components.Web @using Microsoft.AspNetCore.Components.Web
@namespace WF_WebAdmin.Pages @namespace WF_WebAdmin.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8" /> <title>Layout</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta charset="utf-8" />
<base href="~/" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" /> <base href="~/" />
<link href="css/site.css" rel="stylesheet" /> <link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
<link href="WF-WebAdmin.styles.css" rel="stylesheet" /> <link href="css/site.css" rel="stylesheet" />
<component type="typeof(HeadOutlet)" render-mode="ServerPrerendered" /> <link href="WF-WebAdmin.styles.css" rel="stylesheet" />
<link rel="icon" type="image/svg" href="../Shared/iconwf.svg" /> <component type="typeof(HeadOutlet)" render-mode="ServerPrerendered" />
</head> <link rel="icon" type="image/svg" href="../Shared/iconwf.svg" />
<body> </head>
@RenderBody() <body>
@RenderBody()
<div id="blazor-error-ui">
<environment include="Staging,Production"> <div id="blazor-error-ui">
An error has occurred. This application may no longer respond until reloaded. <environment include="Staging,Production">
</environment> An error has occurred. This application may no longer respond until reloaded.
<environment include="Development"> </environment>
An unhandled exception has occurred. See browser dev tools for details. <environment include="Development">
</environment> An unhandled exception has occurred. See browser dev tools for details.
<a href="" class="reload">Reload</a> </environment>
<a class="dismiss">🗙</a> <a href="" class="reload">Reload</a>
</div> <a class="dismiss">🗙</a>
</div>
<script src="_framework/blazor.server.js"></script>
<script src="_framework/blazor.server.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css">
<link href="_content/Blazorise/blazorise.css" rel="stylesheet" />
<link href="_content/Blazorise.Bootstrap/blazorise.bootstrap.css" rel="stylesheet" /> <link href="_content/Blazorise/blazorise.css" rel="stylesheet" />
<link href="_content/Blazorise.Bootstrap/blazorise.bootstrap.css" rel="stylesheet" />
</body>
</html> </body>
</html>

Loading…
Cancel
Save