forked from robx/pzprjs
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathchanges.html
More file actions
45 lines (43 loc) · 1.25 KB
/
Copy pathchanges.html
File metadata and controls
45 lines (43 loc) · 1.25 KB
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
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html">
<script type="text/javascript">
if ('serviceWorker' in navigator) {
window.addEventListener('load', function() {
navigator.serviceWorker.getRegistrations().then(function(registrations) {
for(let registration of registrations) {
registration.unregister()
}
})
});
}
</script>
<title>pzprjs changes</title>
<style>
html, body {
margin: 0;
padding: 0;
}
ul {
margin: 0;
padding: 0 0 0 16px;
}
</style>
</head>
<body>
<main>
<div style="margin-bottom: 5px;"><b>Latest types</b> (<em><a href="/list.html" target="_parent">all types</a></em>)</div>
<ul>
<li><a href="/p?mrokmrno" target="_parent">Mr. OK and Mr. NO</a></li>
<li><a href="/p?slovak" target="_parent">Slovak Sums</a></li>
<li><a href="/p?anymino" target="_parent">Anymino</a></li>
<li><a href="/p?elasticlink" target="_parent">Elastic Link</a></li>
<li><a href="/p?landmeasure" target="_parent">Land Measurement</a></li>
<li><a href="/p?trizone" target="_parent">Trizone サントイッチ</a></li>
<li><a href="/p?ubahn" target="_parent">U-Bahn</a></li>
</ul>
</main>
</body>