-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
40 lines (40 loc) · 2.86 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" theme="dark">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Crawat</title>
<link rel="icon" href="assets/img/tie.ico" type="image/x-icon" />
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body class="wrapper">
<div class="container">
<header id="header">
<button id="toggle-theme" class="fab-btn">
<svg class="icon dark_mode" width="24px" height="24px" enable-background="new 0 0 24 24" viewBox="0 0 24 24" fill="#000000"><rect fill="none" height="24" width="24"/><path d="M11.01,3.05C6.51,3.54,3,7.36,3,12c0,4.97,4.03,9,9,9c4.63,0,8.45-3.5,8.95-8c0.09-0.79-0.78-1.42-1.54-0.95 c-0.84,0.54-1.84,0.85-2.91,0.85c-2.98,0-5.4-2.42-5.4-5.4c0-1.06,0.31-2.06,0.84-2.89C12.39,3.94,11.9,2.98,11.01,3.05z"/></svg>
<svg class="icon light_mode" width="24px" height="24px" enable-background="new 0 0 24 24" viewBox="0 0 24 24" fill="#000000"><rect fill="none" height="24" width="24"/><path d="M12,7c-2.76,0-5,2.24-5,5s2.24,5,5,5s5-2.24,5-5S14.76,7,12,7L12,7z M2,13l2,0c0.55,0,1-0.45,1-1s-0.45-1-1-1l-2,0 c-0.55,0-1,0.45-1,1S1.45,13,2,13z M20,13l2,0c0.55,0,1-0.45,1-1s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S19.45,13,20,13z M11,2v2 c0,0.55,0.45,1,1,1s1-0.45,1-1V2c0-0.55-0.45-1-1-1S11,1.45,11,2z M11,20v2c0,0.55,0.45,1,1,1s1-0.45,1-1v-2c0-0.55-0.45-1-1-1 C11.45,19,11,19.45,11,20z M5.99,4.58c-0.39-0.39-1.03-0.39-1.41,0c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06 c0.39,0.39,1.03,0.39,1.41,0s0.39-1.03,0-1.41L5.99,4.58z M18.36,16.95c-0.39-0.39-1.03-0.39-1.41,0c-0.39,0.39-0.39,1.03,0,1.41 l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0c0.39-0.39,0.39-1.03,0-1.41L18.36,16.95z M19.42,5.99c0.39-0.39,0.39-1.03,0-1.41 c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06c-0.39,0.39-0.39,1.03,0,1.41s1.03,0.39,1.41,0L19.42,5.99z M7.05,18.36 c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06c-0.39,0.39-0.39,1.03,0,1.41s1.03,0.39,1.41,0L7.05,18.36z"/></svg>
</button>
<span>
<a id="info" href="https://github.com/sepsoh/crawat" target="_blank" rel="noopener noreferrer">Crawat v3.0</a>
</span>
</header>
<img id="image" src="assets/img/mtproto.png" width="252" height="252" loading="eager" alt="None"/>
<h2 id="provider-name" class="text-center">Connecting ...</h2>
<h4 id="provider-name-sub" class="text-center"></h4>
<div class="types"></div>
<div class="stats">
<div>
<h3>Update</h3>
<p id="update">. . .</p>
</div>
<div>
<h3>Type</h3>
<select id="types"></select>
</div>
</div>
</div>
<button id="cbtn" class="mui-btn mui-btn--primary"><a id="connect">. . .</a></button>
<button id="next" class="mui-btn mui-btn--dark">Next</button>
<script src="assets/js/mui.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>