wezm.net/v2/templates/yoga7x.html

14 lines
218 B
HTML
Raw Normal View History

2024-07-15 11:03:52 +00:00
{% 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 %}