[Server] Handle linkClientScripts, polish static HTML gen with embedded files

This commit is contained in:
2024-07-14 21:16:59 +02:00
parent b47baf408b
commit b315fdce00
5 changed files with 87 additions and 35 deletions

23
Example.Server/index.css Normal file
View File

@@ -0,0 +1,23 @@
body {
background-color: lightgray;
color: black;
}
div#app > h2 {
width: max-content;
rotate: 15deg;
color: DeepPink;
}
div#transition {
width: 100vw;
height: 100vh;
position: absolute;
top: 0;
left: 0;
z-index: 1;
background: black;
opacity: 0.25;
cursor: progress;
display: none;
}