-
-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathpopup.html
31 lines (28 loc) · 869 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>LC Predictor</title>
<link rel="stylesheet" href="/css/bootstrap.min.css" />
<link rel="stylesheet" href="/css/main.css" />
</head>
<body>
<div class="text-center py-3">
<img class="icon" src="/icons/icon128.png"></img>
<span>
Leetcode rating predictor
</span>
</div>
<div class="row d-flex justify-content-evenly bg-warning py-2">
<div class="col-2">
<a href="https://github.com/SysSn13/leetcode-rating-predictor" target="_blank">
<img class="icon" src="/icons/github.png"></img>
</a>
</div>
<div class="col-2">
<a href="https://lcpredictor.onrender.com" target="_blank">
<img class="icon" src="/icons/web.png"></img>
</a>
</div>
</div>
</body>
</html>