feat(ui): add tagline and footer to installer page (v1.2.1-polish)
This commit is contained in:
@@ -111,7 +111,10 @@ cat > "$DIST_DIR/install.html" << INSTALLEOF
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>🍽️ Kantine Wrapper <span style="font-size:0.5em; opacity:0.6; font-weight:400; vertical-align:middle; margin-left:10px;">$VERSION</span></h1>
|
<div style="text-align: center; margin-bottom: 30px;">
|
||||||
|
<h1 style="margin-bottom: 5px;">🍽️ Kantine Wrapper <span style="font-size:0.5em; opacity:0.6; font-weight:400; vertical-align:middle; margin-left:10px;">$VERSION</span></h1>
|
||||||
|
<p style="font-size: 1.2rem; color: #a0aec0; margin-top: 0; font-style: italic;">"Mahlzeit! Jetzt bessa einfach."</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- 1. BUTTON (Top Priority) -->
|
<!-- 1. BUTTON (Top Priority) -->
|
||||||
<div class="card" style="text-align: center; border: 2px solid #029AA8;">
|
<div class="card" style="text-align: center; border: 2px solid #029AA8;">
|
||||||
@@ -155,6 +158,11 @@ cat > "$DIST_DIR/install.html" << INSTALLEOF
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div style="text-align: center; margin-top: 40px; color: #5c6b7f; font-size: 0.8rem;">
|
||||||
|
<p>Powered by <strong>Kaufi-Kitchen</strong> 👨🍳</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
INSTALLEOF
|
INSTALLEOF
|
||||||
|
|
||||||
|
|||||||
10
dist/install.html
vendored
10
dist/install.html
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user