add website

This commit is contained in:
lx
2026-08-02 17:55:21 +00:00
commit 5ff67c4066
488 changed files with 106390 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{% 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 %}