Skip to content

Commit 3e4b652

Browse files
authored
Update Home-page.html
1 parent d989f06 commit 3e4b652

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Home-page.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,12 @@
169169
width: 100%;
170170
box-shadow: 0 -2px 5px rgba(0,0,0,0.5);
171171
}
172+
.footer-buttons {
173+
display: flex;
174+
justify-content: center;
175+
gap: 20px;
176+
margin-bottom: 10px;
177+
}
172178
</style>
173179
<script>
174180
// Language detection
@@ -243,6 +249,10 @@ <h1>Witaj w HackerOS.</h1>
243249
</div>
244250
</section>
245251
<footer>
252+
<div class="footer-buttons">
253+
<a href="https://github.com/HackerOS-Linux-System/HackerOS-Website/discussions" class="btn">Forum Dyskusyjne</a>
254+
<a href="https://github.com/HackerOS-Linux-System/HackerOS-Website/issues" class="btn">Zgłoś błąd</a>
255+
</div>
246256
<p>&copy; 2025 HackerOS. Wszelkie prawa zastrzeżone.</p>
247257
</footer>
248258
</body>

0 commit comments

Comments
 (0)