Files
2026-08-02 17:55:21 +00:00

14 lines
506 B
HTML

{% extends '__layout__.html' %}
{% block title %}Drivers{% endblock %}
{% block head %}
<style>
</style>
{% endblock %}
{% block content %}
<div class="container" style="margin-top:128px;min-height: 100vh;max-width: 1000px;">
<div class="d-flex mb-2 align-items-center">
<h1>Drivers</h1>
</div>
<p class="text-secondary">If you have issues with NEXIUM not starting because of graphics issues you should seriously consider buying a new computer or graphics card</p>
</div>
{% endblock %}