wezm.net/v2/templates/yoga7x.html

13 lines
258 B
HTML

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