-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathabout.html
42 lines (42 loc) · 1.41 KB
/
about.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
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<title>About</title>
<meta charset="utf-8">
<base target="_blank">
</head>
<body>
<h2>DotGit</h2>
<ul>
<li>
<a href="https://github.com/davtur19/DotGit">Source code (GitHub)</a>
</li>
<li>
Use at your own risk. Usage might be illegal in certain circumstances.<br>
Only for educational purposes!
</li>
<li>
The extension saves all the domains you visit to avoid unnecessary http requests,<br>
if you want to clean this list just press the "Delete all" button (recycle bin icon).
</li>
<li><span>Dependencies:</span>
<ul>
<li>
<a href="https://github.com/nodeca/pako">Pako</a> by
<a href="https://github.com/mathiasbynens">Vitaly Puzrin</a> and
<a href="https://github.com/andr83">Andrei Tuputcyn</a>
</li>
<li>
<a href="https://github.com/Stuk/jszip">JSZip</a> by
<a href="https://github.com/Stuk">Stuart Knightley</a>,
<a href="https://github.com/dduponchel">David Duponchel</a>, Franz Buchinger, António Afonso
</li>
<li>
<a href="https://github.com/Dogfalo/materialize">Materialize</a> by
<a href="https://materializecss.com/about.html#team">Materialize</a>
</li>
</ul>
</li>
</ul>
</body>
</html>