forked from SakuraProject/rt-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstatus.html
20 lines (20 loc) · 953 Bytes
/
status.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
^^ self.layout(
"Status | Free RT Discord Bot", "他にはないような機能を提供している多機能Botのステータスです。",
f"""
<h1 class="title">
{self.l(ja='ステータス', en='Status')}
</h1>
<div class="content status-html">
<canvas id="chart-discord"></canvas>
<hr>
<canvas id="chart-latency"></canvas>
<hr>
<canvas id="chart-bot"></canvas>
<hr>
<canvas id="chart-backend"></canvas>
</div>
""", """
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment-with-locales.min.js" integrity="sha512-LGXaggshOkD/at6PFNcp2V2unf9LzFq6LE+sChH7ceMTDP0g2kn6Vxwgg7wkPP7AAtX+lmPqPdxB47A0Nz0cMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.min.js"></script>
<script type="module" src="/js/status.js?1646208219"></script>"""
) ^^