wezm.net/v2/templates/yoga7x.html

14 lines
258 B
HTML
Raw Normal View History

2024-07-15 11:03:52 +00:00
{% extends "page.html" %}
{% block head %}
2024-07-16 00:32:42 +00:00
<script src="{{ config.base_url }}/js/forex.js?v=2" type="text/javascript" defer async></script>
2024-07-15 11:03:52 +00:00
<style>
table {
width: 100%;
}
.os-logo {
min-width: 16px;
}
</style>
{% endblock %}