-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbackground.html
28 lines (25 loc) · 927 Bytes
/
background.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<head><title>Memrise+ Background</title></head>
</head>
<body>
<link rel="stylesheet" href="css/options.css">
<script src="js/jquery-2.2.4.min.js"></script>
<script src="js/api.js"></script>
<script src="js/IndexedDB.js"></script>
<script src="js/sha1.js"></script>
<script src="js/background.js"></script>
<script src="js/actionClick.js"></script>
<header>
<h1><img src="images/icon-48.png"/> MEMRISE<span class="leplus">+</span></h1>
</header>
<section>
<p>It's not necessary that you see this page. However, this page run javascript code to get your MEMRISE data when you start this internet explorer to charts.</p>
</section>
<footer>
Developed on 2016 by Rodolphe MOULIN | Not official extension | Code used for modified timer : http://github.com/carpiediem/memrise-enhancement-suite/ : Þ |
</footer>
</body>
</html>