wezm.net/v2/templates/yoga7x.html
2024-07-16 10:05:07 +10:00

13 lines
218 B
HTML

{% extends "page.html" %}
{% block head %}
<script src="/js/forex.js" type="module" async></script>
<style>
table {
width: 100%;
}
.os-logo {
min-width: 16px;
}
</style>
{% endblock %}