Skip to content

Commit f8c64f0

Browse files
committed
moved
1 parent 19b0dca commit f8c64f0

File tree

5 files changed

+23
-0
lines changed

5 files changed

+23
-0
lines changed

assets/evercookie.fla

41 KB
Binary file not shown.

assets/evercookie.jar

10.9 KB
Binary file not shown.

assets/evercookie.jnlp

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<jnlp>
3+
<information>
4+
<title>Evercookie Applet</title>
5+
<vendor>Gabriel Bauman</vendor>
6+
<offline-allowed />
7+
</information>
8+
<resources>
9+
<j2se
10+
version="1.5+"
11+
href="http://java.sun.com/products/autodl/j2se" />
12+
<!-- The following href must be the absolute path. -->
13+
<jar
14+
href="evercookie.jar"
15+
main="true" />
16+
</resources>
17+
<applet-desc
18+
name="Evercookie"
19+
main-class="evercookie.EvercookieApplet"
20+
width="1"
21+
height="1">
22+
</applet-desc>
23+
</jnlp>

assets/evercookie.swf

340 Bytes
Binary file not shown.

assets/evercookie.xap

4.81 KB
Binary file not shown.

0 commit comments

Comments
 (0)