1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-22 19:44:02 +08:00
2020-04-13 20:46:56 +08:00

21 lines
373 B
Plaintext

{% extends "templates/base.volt" %}
{% block content %}
<img src="/qr/img?text=http://ctc.koogua.com">
{% endblock %}
{% block inline_css %}
<style>
.ok {
font-weight: bold;
}
</style>
{% endblock %}
{% block inline_js %}
<script>
function ok() {
console.log("fuck");
}
</script>
{% endblock %}