-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (38 loc) · 2.12 KB
/
Copy pathindex.html
File metadata and controls
47 lines (38 loc) · 2.12 KB
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
41
42
43
44
45
46
47
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>RISK Tools</title>
<link rel="stylesheet" href="./css/index.css" />
</head>
<body>
<div class="content-wrapper">
<img src="./images/risk-logo-mini.png" alt="RISK Logo" class="logo" />
<p style="margin-top: 5px; margin-bottom: 25px;">
Recovery Insurance Service Kiosk
</p>
<div class="toggle-container">
<label for="credit-score-toggle">View credit score in app</label>
<input type="checkbox" id="credit-score-toggle" />
</div>
<div style="display: flex; justify-content: space-between; align-items: center; margin-top: 25px;">
<a id="version-link" href="https://github.com/crowlsyong/rcr-chrome-ext/releases/tag/v1.0.4" target="_blank"
rel="noopener noreferrer">
v1.0.4
</a>
<a href="https://github.com/crowlsyong/rcr-chrome-ext/issues" target="_blank" rel="noopener noreferrer"
class="feedback-button">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="16" height="16"
style="vertical-align: middle; margin-right: 6px;">
<path
d="M12 0C5.373 0 0 5.373 0 12a12.01 12.01 0 0 0 8.207 11.387c.6.111.82-.261.82-.58 0-.285-.011-1.04-.017-2.04-3.338.725-4.042-1.61-4.042-1.61-.546-1.387-1.334-1.757-1.334-1.757-1.09-.745.083-.73.083-.73 1.205.085 1.84 1.237 1.84 1.237 1.07 1.834 2.81 1.304 3.495.997.109-.775.418-1.305.762-1.605-2.665-.304-5.467-1.332-5.467-5.931 0-1.31.469-2.381 1.237-3.221-.124-.303-.536-1.523.118-3.176 0 0 1.008-.322 3.3 1.23a11.51 11.51 0 0 1 3.003-.404c1.02.005 2.047.138 3.003.404 2.291-1.552 3.297-1.23 3.297-1.23.655 1.653.243 2.873.119 3.176.77.84 1.236 1.911 1.236 3.221 0 4.61-2.807 5.625-5.479 5.921.43.372.814 1.103.814 2.222 0 1.605-.015 2.898-.015 3.293 0 .322.217.696.825.578A12.01 12.01 0 0 0 24 12c0-6.627-5.373-12-12-12z" />
</svg>
Feedback
</a>
</div>
<a href="options.html" class="settings-link" target="_blank">⚙️</a>
</div>
<script src="popup.js"></script>
</body>
</html>