feat: welcome message
This commit is contained in:
@@ -33,6 +33,7 @@ www.64815139.xyz {
|
|||||||
root * /var/www/dashboard
|
root * /var/www/dashboard
|
||||||
encode gzip
|
encode gzip
|
||||||
file_server
|
file_server
|
||||||
|
templates
|
||||||
}
|
}
|
||||||
|
|
||||||
log {
|
log {
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<main class="container">
|
<main class="container">
|
||||||
|
<h1>Hello {{.Req.Header.Get "Remote-User"}}</h1>
|
||||||
<ul class="app-grid">
|
<ul class="app-grid">
|
||||||
<li class="app-item">
|
<li class="app-item">
|
||||||
<a href="https://immich.64815139.xyz" target="_blank">
|
<a href="https://immich.64815139.xyz" target="_blank">
|
||||||
|
|||||||
@@ -22,6 +22,8 @@ body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
row-gap: 2rem;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user