mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-18 12:52:47 +00:00
14 lines
218 B
HTML
14 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 %}
|