chore(release): 0.5.0 #13

Merged
pufereq merged 33 commits from release/0.5.0 into main 2026-02-28 22:48:50 +00:00
4 changed files with 450 additions and 319 deletions
Showing only changes of commit 9971981f66 - Show all commits

View File

@@ -9,7 +9,7 @@
<body> <body>
<div id="wrapper"> <div id="wrapper">
<header> <header>
<h1><a href="{{ url_for('index.index') }}">judas</a></h1> <h2><a href="{{ url_for('index.index') }}">judas</a></h2>
{% if logged %} {% if logged %}
<p><a class="button" href="{{ url_for('auth.logout') }}">Logout</a></p> <p><a class="button" href="{{ url_for('auth.logout') }}">Logout</a></p>
{% else %} {% else %}
@@ -17,17 +17,19 @@
{% endif %} {% endif %}
</header> </header>
<main class="center"> <main class="center">
<div id="content">
<div> <div>
<p>Welcome to</p> <p>Welcome to</p>
<h2 id="typing-text" style="font-size: 3rem;">judas</h2> <h2 id="typing-text" style="font-size: 3rem;">judas</h2>
<p>a remote PC fleet management system</p> <p>a remote PC fleet management system</p>
</div> </div>
<p style="color: #bf616a;"><strong>Notice:</strong> Please use this system responsibly and in accordance with all applicable laws and organizational policies.</p> <p style="color: var(--ctp-red);"><strong>Notice:</strong> Please use this system responsibly and in accordance with all applicable laws and organizational policies.</p>
{% if logged %} {% if logged %}
<p><a class="button" href="{{ url_for('panel.panel') }}">Go to panel</a></p> <p><a class="button" href="{{ url_for('panel.panel') }}">Go to panel</a></p>
{% else %} {% else %}
<p>Please <a href="{{ url_for('auth.login')}}" class="link">log in</a> to manage your remote PCs.</p> <p>Please <a href="{{ url_for('auth.login')}}" class="link">log in</a> to manage your remote PCs.</p>
{% endif %} {% endif %}
</div>
</main> </main>
</div> </div>
<script> <script>