Main Page
From the OpenFront Wiki Project
More actions
Quick Tools
<a href="/wiki/Tool1" class="button">Tool 1</a> <a href="/wiki/Tool2" class="button">Tool 2</a> <a href="/wiki/Tool3" class="button">Tool 3</a>
Guides & Documentation
<a href="/wiki/Getting_Started" class="button">Getting Started</a> <a href="/wiki/FAQ" class="button">FAQ</a> <a href="/wiki/Tutorials" class="button">Tutorials</a>
Community
<a href="https://discord.gg/yourserver" class="button">Discord</a> <a href="/wiki/Community_Guide" class="button">Community Guide</a>
Latest News
<style> .button {
display:block; padding:14px 22px; background-color:#007bff; color:white; text-align:center; text-decoration:none; border-radius:8px; font-weight:bold; transition: background-color 0.2s ease;
} .button:hover { background-color:#0056b3; }
@media (max-width: 600px) {
.button {
padding:12px 18px;
font-size:14px;
}
} </style>