chore: add README.md
fix: added more space to the title, added delete button show up fix
This commit is contained in:
parent
5641bfa6a3
commit
9bdad9e48d
6 changed files with 47 additions and 10 deletions
|
@ -3,7 +3,6 @@
|
|||
@namespace ImageBoardServerApp.Pages
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
||||
|
||||
<link rel="stylesheet" href="_content/Radzen.Blazor/css/material-dark.css">
|
||||
<!-- <script src="_content/Radzen.Blazor/Radzen.Blazor.js"></script> -->
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
@ -16,6 +15,7 @@
|
|||
<link href="css/site.css" rel="stylesheet"/>
|
||||
<link href="ImageBoardServerApp.styles.css" rel="stylesheet"/>
|
||||
<link rel="icon" type="image/png" href="/img/static/logo.png"/>
|
||||
<!--<link rel="stylesheet" href="_content/Radzen.Blazor/css/material-dark.css"> -->
|
||||
<component type="typeof(HeadOutlet)" render-mode="ServerPrerendered"/>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue