Skip to content

Commit 7ad5192

Browse files
committed
added goatcounter to the other pages
1 parent 4772255 commit 7ad5192

File tree

7 files changed

+14
-2
lines changed

7 files changed

+14
-2
lines changed

Encrypter/encrypter.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<!DOCTYPE html>
22
<html>
3+
<head>
4+
<script data-goatcounter="https://trianguloy.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
5+
</head>
36
<body style="margin:50px">
47

58
<p>This is an encrypter for blogger, but can be used elsewhere. The idea is that a part of a page is encrypted by a password, and can only be decrypted with that same password. No password, no page.<br>
69
The funny thing, is that the encrypter was encrypted by itself, and this below was the result.<br>
710
<br>
8-
If you want to access the encrypter just solve this simple riddle: which number has the same number of letters (in english) as itself?</p>
9-
11+
If you want to access the encrypter just solve this simple riddle: which number has the same number of letters (in english) as itself? The answer is a single digit...</p>
1012
<div style="border-style: solid;padding:10px">
1113

1214

Petr/petr.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<script src="https://unpkg.com/[email protected]/konva.min.js"></script>
55
<script src="https://cdn.jsdelivr.net/npm/sortablejs@latest/Sortable.min.js"></script>
6+
<script data-goatcounter="https://trianguloy.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
67
<meta charset="utf-8" />
78
<title>Petr</title>
89
<style>

Player/main.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html><head>
22
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
3+
<script data-goatcounter="https://trianguloy.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
34
<title>Player</title>
45
<style>
56
body

Visor/YPvisor.html

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<!DOCTYPE htmls>
22
<html>
3+
<head>
4+
<script data-goatcounter="https://trianguloy.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
35
<style>
46
label{
57
padding-left: 5px;
@@ -12,6 +14,7 @@
1214
flex-flow:column;
1315
}
1416
</style>
17+
</head>
1518
<body>
1619

1720
<div>

Visor/visor.html

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<!DOCTYPE htmls>
22
<html>
3+
<head>
4+
<script data-goatcounter="https://trianguloy.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
35
<style>
46
label{
57
padding-left: 10px;
@@ -11,6 +13,7 @@
1113
flex-flow:column;
1214
}
1315
</style>
16+
</head>
1417
<body>
1518

1619
<div>

derpiViewer/derpiViewer.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<head>
33
<meta charset="UTF-8">
44
<meta name="viewport" content="width=device-width, initial-scale=1" />
5+
<script data-goatcounter="https://trianguloy.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
56
<title>DerpiViewer</title>
67
</head>
78

intentflags/intentflags.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<title>Android Intent flags decoder</title>
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<script data-goatcounter="https://trianguloy.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
67
<base href="https://developer.android.com/"/>
78
<style>
89
body{

0 commit comments

Comments
 (0)