-
Notifications
You must be signed in to change notification settings - Fork 1
/
popup.html
40 lines (31 loc) · 1.74 KB
/
popup.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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>mO.odle</title>
<link rel="stylesheet" href="./css/popup.css">
</head>
<body>
<div id="outer">
<h1 style="margin-top: 0px;">mO.odle</h1>
<div id="course_list_div">
</div>
<div class="dashed-line"></div>
<div id="psb_list_div"></div>
<div title="reset the possible course list" style="padding-top: 5px;">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="15" height="15" id="reset">
<path
d="M142.9 142.9c-17.5 17.5-30.1 38-37.8 59.8c-5.9 16.7-24.2 25.4-40.8 19.5s-25.4-24.2-19.5-40.8C55.6 150.7 73.2 122 97.6 97.6c87.2-87.2 228.3-87.5 315.8-1L455 55c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2l0 128c0 13.3-10.7 24-24 24l-8.4 0c0 0 0 0 0 0L344 224c-9.7 0-18.5-5.8-22.2-14.8s-1.7-19.3 5.2-26.2l41.1-41.1c-62.6-61.5-163.1-61.2-225.3 1zM16 312c0-13.3 10.7-24 24-24l7.6 0 .7 0L168 288c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-41.1 41.1c62.6 61.5 163.1 61.2 225.3-1c17.5-17.5 30.1-38 37.8-59.8c5.9-16.7 24.2-25.4 40.8-19.5s25.4 24.2 19.5 40.8c-10.8 30.6-28.4 59.3-52.9 83.8c-87.2 87.2-228.3 87.5-315.8 1L57 457c-6.9 6.9-17.2 8.9-26.2 5.2S16 449.7 16 440l0-119.6 0-.7 0-7.6z"
filter="url(#shadow)" />
</svg>
</div>
<div style="margin-top: 20px; text-align: right; ">
<a href="https://github.com/Karis004/mO.odle" target="_blank" style="color: black;">Feedback</a>
<br>
<div id="help" style="text-decoration: underline;">Help</div>
</div>
</div>
<script src="./js/popup.js"></script>
</body>
</html>