Skip to content

Commit 6c86b97

Browse files
committed
Committing dist/popup.html
1 parent 8c61075 commit 6c86b97

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

dist/popup.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Coursera Automation Extension</title>
7+
<script src="scripts/popup.js"></script>
8+
<link rel="stylesheet" href="ui/popup.css" />
9+
</head>
10+
11+
<body>
12+
<div id="courseraModel">
13+
<div id="courseraModelContent">
14+
<h1 id="courseraModelTitle">Coursera Automation Extension</h1>
15+
<div id="courseraModelGrid"></div>
16+
</div>
17+
<footer id="footer">
18+
<svg
19+
stroke="#ffffff"
20+
fill="#ffffff"
21+
stroke-width="0"
22+
viewBox="0 0 384 512"
23+
height="1em"
24+
width="1em"
25+
xmlns="http://www.w3.org/2000/svg"
26+
>
27+
<path
28+
d="M384 144c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 36.4 24.3 67.1 57.5 76.8-.6 16.1-4.2 28.5-11 36.9-15.4 19.2-49.3 22.4-85.2 25.7-28.2 2.6-57.4 5.4-81.3 16.9v-144c32.5-10.2 56-40.5 56-76.3 0-44.2-35.8-80-80-80S0 35.8 0 80c0 35.8 23.5 66.1 56 76.3v199.3C23.5 365.9 0 396.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-34-21.2-63.1-51.2-74.6 3.1-5.2 7.8-9.8 14.9-13.4 16.2-8.2 40.4-10.4 66.1-12.8 42.2-3.9 90-8.4 118.2-43.4 14-17.4 21.1-39.8 21.6-67.9 31.6-10.8 54.4-40.7 54.4-75.9zM80 64c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16zm0 384c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm224-320c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16z"
29+
></path>
30+
</svg>
31+
<span id="author">Saurav Hathi</span>
32+
</footer>
33+
</div>
34+
</body>
35+
</html>

0 commit comments

Comments
 (0)