mirror of
https://github.com/Dvorinka/PPve.git
synced 2026-06-03 20:12:59 +00:00
Add files via upload
This commit is contained in:
@@ -78,7 +78,7 @@ func main() {
|
||||
}
|
||||
|
||||
log.Printf("Server starting on port %s", port)
|
||||
log.Printf("Access the application at: http://localhost:%s", port)
|
||||
log.Printf("Access the application at: http://webportal:%s", port)
|
||||
log.Fatal(http.ListenAndServe(":"+port, nil))
|
||||
}
|
||||
|
||||
|
||||
+6
-6
@@ -54,8 +54,8 @@
|
||||
|
||||
<!-- Desktop menu -->
|
||||
<div class="hidden md:flex space-x-6">
|
||||
<a href="../index.html" class="hover:text-brand-light-blue">Rozcestník</a>
|
||||
<a href="../evidence-aut" class="hover:text-brand-light-blue">Evidence aut</a>
|
||||
<a href="webportal" class="hover:text-brand-light-blue">Rozcestník</a>
|
||||
<a href="webportal/evidence-aut" class="hover:text-brand-light-blue">Evidence aut</a>
|
||||
<a href="http://ppc-app/pwkweb2/" class="hover:text-brand-light-blue">Objednávka obědů</a>
|
||||
<a href="http://osticket/" class="hover:text-brand-light-blue">OSticket</a>
|
||||
<a href="http://kanboard/" class="hover:text-brand-light-blue">Kanboard</a>
|
||||
@@ -65,8 +65,8 @@
|
||||
|
||||
<!-- Mobile menu -->
|
||||
<div id="mobile-menu" class="hidden md:hidden px-2 pt-2 pb-3 space-y-1">
|
||||
<a href="../index.html" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Rozcestník</a>
|
||||
<a href="../evidence-aut" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Evidence aut</a>
|
||||
<a href="webportal" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Rozcestník</a>
|
||||
<a href="webportal/evidence-aut" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Evidence aut</a>
|
||||
<a href="http://ppc-app/pwkweb2/" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Objednávka obědů</a>
|
||||
<a href="http://osticket/" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">OSticket</a>
|
||||
<a href="http://kanboard/" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Kanboard</a>
|
||||
@@ -200,8 +200,8 @@
|
||||
<div>
|
||||
<h3 class="text-white text-lg font-semibold mb-4">Rychlé odkazy</h3>
|
||||
<ul class="space-y-2">
|
||||
<li><a href="../index.html" class="hover:text-white">Rozcestník</a></li>
|
||||
<li><a href="../evidence-aut" class="hover:text-white">Evidence aut</a></li>
|
||||
<li><a href="webportal" class="hover:text-white">Rozcestník</a></li>
|
||||
<li><a href="webportal/evidence-aut" class="hover:text-white">Evidence aut</a></li>
|
||||
<li><a href="http://ppc-app/pwkweb2/" class="hover:text-white">Objednávka obědů</a></li>
|
||||
<li><a href="http://osticket/" class="hover:text-white">Technická podpora</a></li>
|
||||
<li><a href="/kontakt" class="hover:text-white">Kontakty</a></li>
|
||||
|
||||
Reference in New Issue
Block a user