simulate Single Page App with websockets

This commit is contained in:
2023-01-29 18:04:16 -06:00
parent f99ad56e1d
commit 8b4a97bf73
11 changed files with 105 additions and 57 deletions

View File

@@ -1,4 +1,4 @@
{% extends "header.html" %} {% block content %}
{% block content %}
<div class="homeground">
<div class="relative">
<div class="flex">
@@ -8,14 +8,13 @@
</div>
</div>
<div class="onRight" data-aos="fade-up">
<iframe
title="langstats"
<img
src="{{ url_for('static', filename='readme-stats-vercel-01-25-2023.svg') }}"
class="langstats"
></iframe>
/>
<div class="chess">
{% from 'partials/chess.html' import chess %}
{{ chess('asimonson1125') }}
{% from 'partials/chess.html' import chess %} {{ chess('asimonson1125')
}}
</div>
</div>
</div>