-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (39 loc) · 1.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8'>
<title>TVM-Based networks — current load</title>
<style>
@font-face {
font-family: 'JetBrains Mono';
src: url('https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono/web/woff2/JetBrainsMono-Regular.woff2') format('woff2'),
url('https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono/web/woff/JetBrainsMono-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}
body {
font-family: 'JetBrains Mono', monospace;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<h2>Networks current load</h2>
<pre>
<code>
<iframe width="650"
height="795"
frameborder="0"
src="https://ever-guild.github.io/network-load/widget.html">
</iframe>
</code>
</pre>
<iframe width="650"
height="795"
frameborder="0"
src="https://ever-guild.github.io/network-load/widget.html">
</iframe>
</body>
</html>