-
Notifications
You must be signed in to change notification settings - Fork 0
/
r123456.html
36 lines (31 loc) · 1.2 KB
/
r123456.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Index</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9842250826106845" crossorigin="anonymous"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F6PE0WTMBJ"></script>
<link rel="stylesheet" href="main.css">
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-F6PE0WTMBJ');
</script>
<script src="myscript-common.js"></script>
</head>
<body class="nightMode" style="text-align: initial;">
<table>
<tbody id="tbody">
</tbody>
</table>
<script>
const tbody = document.querySelector('#tbody');
tbody.innerHTML = r12345_chars.map(function (x) { return `<tr><td>${x}</td><td><img class="lazy" data-src="${r12345_showChar__src(x)}" height="500"></td></tr>` }).join('');
const myLazyLoad = new LazyLoad();
myLazyLoad.update();
</script>
</body>
</html>