/guida now serves a static app/static/guida.html placeholder instead of docs/guida-utente.md, which sidesteps the known Docker gap (docs/ was never COPYed into the image). Added a matching /report-bug placeholder route and pointed the navbar's bug icon at it instead of the unset GitHub issues URL, with an outline circle + exclamation mark to match the help icon's style. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
17 lines
500 B
HTML
17 lines
500 B
HTML
<!DOCTYPE html>
|
|
<html lang="it">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Segnala un bug — PLM Lottery</title>
|
|
<link rel="stylesheet" href="/style.css">
|
|
</head>
|
|
<body>
|
|
<div class="app-shell">
|
|
<h1>Segnala un bug</h1>
|
|
<p>Questa pagina è un placeholder. Il modulo per la segnalazione dei bug sarà disponibile qui a breve.</p>
|
|
<p><a class="link" href="/">← Torna alla home</a></p>
|
|
</div>
|
|
</body>
|
|
</html>
|