mirror of
https://github.com/Dvorinka/PPve.git
synced 2026-06-05 04:52:58 +00:00
Add files via upload
This commit is contained in:
+2
-2
@@ -48,7 +48,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<h2 class="text-xl font-bold text-gray-800 mb-2">Záznam služebních jízd</h2>
|
<h2 class="text-xl font-bold text-gray-800 mb-2">Záznam služebních jízd</h2>
|
||||||
<p class="text-gray-600 mb-4">Jednoduchý systém pro evidenci a správu jízd služebními vozidly.</p>
|
<p class="text-gray-600 mb-4">Jednoduchý systém pro evidenci a správu jízd služebními vozidly.</p>
|
||||||
<a href="/evidence-aut/" class="block text-center bg-blue-600 hover:bg-blue-700 text-white font-medium py-2 px-4 rounded-lg transition-colors">
|
<a href="/evidence-aut" class="block text-center bg-blue-600 hover:bg-blue-700 text-white font-medium py-2 px-4 rounded-lg transition-colors">
|
||||||
Otevřít aplikaci
|
Otevřít aplikaci
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<h2 class="text-xl font-bold text-gray-800 mb-2">Kontaktní formulář</h2>
|
<h2 class="text-xl font-bold text-gray-800 mb-2">Kontaktní formulář</h2>
|
||||||
<p class="text-gray-600 mb-4">Formulář pro kontaktování vedení společnosti.</p>
|
<p class="text-gray-600 mb-4">Formulář pro kontaktování vedení společnosti.</p>
|
||||||
<a href="/kontakt/" class="block text-center bg-green-600 hover:bg-green-700 text-white font-medium py-2 px-4 rounded-lg transition-colors">
|
<a href="/kontakt" class="block text-center bg-green-600 hover:bg-green-700 text-white font-medium py-2 px-4 rounded-lg transition-colors">
|
||||||
Otevřít
|
Otevřít
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ func main() {
|
|||||||
log.Printf("Error running make dev: %v", err)
|
log.Printf("Error running make dev: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
http.Redirect(w, r, "/kontakt/", http.StatusFound)
|
http.Redirect(w, r, "http://localhost:8081/", http.StatusFound)
|
||||||
}))
|
}))
|
||||||
|
|
||||||
port := os.Getenv("PORT")
|
port := os.Getenv("PORT")
|
||||||
|
|||||||
Reference in New Issue
Block a user