mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-10 10:09:11 -06:00
changed error page, MASSIVE new sound extension added with working YouTube duration, preparation and streaming API steps, wsgi random comment removal
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
<div class="hero-body">
|
||||
<div class="container has-text-centered">
|
||||
<p class="title">
|
||||
{{ code }}
|
||||
{{ code if code is not none else 'Error' }}
|
||||
</p>
|
||||
<p class="subtitle">
|
||||
{{ message }} <em href="{{ url_for('index') }}">Go home?</em>
|
||||
<p class="subtitle">
|
||||
{{ message if message is not none else 'Error encountered' }} <em href="{{ url if url is not none else url_for('index') }}">{{ url_message if url_message is not none else 'Go home?' }}</em>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user