mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 09:52:32 +00:00
13 lines
239 B
HTML
13 lines
239 B
HTML
{% extends "page.html" %}
|
|
|
|
{% block head %}
|
|
<script src="{{ config.base_url }}/js/forex.js" type="module" async></script>
|
|
<style>
|
|
table {
|
|
width: 100%;
|
|
}
|
|
.os-logo {
|
|
min-width: 16px;
|
|
}
|
|
</style>
|
|
{% endblock %}
|