We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d989f06 commit 3e4b652Copy full SHA for 3e4b652
Home-page.html
@@ -169,6 +169,12 @@
169
width: 100%;
170
box-shadow: 0 -2px 5px rgba(0,0,0,0.5);
171
}
172
+ .footer-buttons {
173
+ display: flex;
174
+ justify-content: center;
175
+ gap: 20px;
176
+ margin-bottom: 10px;
177
+ }
178
</style>
179
<script>
180
// Language detection
@@ -243,6 +249,10 @@ <h1>Witaj w HackerOS.</h1>
243
249
</div>
244
250
</section>
245
251
<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>
246
256
<p>© 2025 HackerOS. Wszelkie prawa zastrzeżone.</p>
247
257
</footer>
248
258
</body>
0 commit comments