doing updating UI, adding jinja filters
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<body class="font-abel antialiased">
|
||||
<div id="app" class="min-h-screen" style="background-image: url({{ url_for('static', filename=condition_image) }}); background-size: cover; background-position: center;">
|
||||
|
||||
<div id="clock">0:00:00 AM</div>
|
||||
<div id="clock" class="text-white text-shadow">0:00:00 AM</div>
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user