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.29 KB
/
Copy pathchanges.html
File metadata and controls
45 lines (43 loc) · 1.29 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?hasunomura" target="_parent">Hasu no Mura はすのむら</a></li>
<li><a href="/p?tetroctb" target="_parent">Tetro Chain-CTB テトロチェーンCTB</a></li>
<li><a href="/p?edamame" target="_parent">Edamame</a></li>
<li><a href="/p?marutaring" target="_parent">Marutaring マルタリング</a></li>
<li><a href="/p?heavydots" target="_parent">Heavy Dots</a></li>
<li><a href="/p?bhaibahan" target="_parent">Bhai Bahan</a></li>
<li><a href="/p?oasis" target="_parent">Oasis</a></li>
</ul>
</main>
</body>