-
Notifications
You must be signed in to change notification settings - Fork 17
/
bench.html
65 lines (64 loc) · 1.81 KB
/
bench.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta
http-equiv="refresh"
content="0; URL=https://bubblesets-js.josuakrause.com/index.html?preset=grid"
/>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-4DHJEMESJD"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(...args) {
window.dataLayer.push(args);
}
gtag('js', new Date());
gtag('config', 'G-4DHJEMESJD');
</script>
<!-- Google tag end -->
<title>Bubblesets - Benchmark</title>
<link
rel="icon"
type="image/png"
href="favicon-512x512.png"
sizes="512x512"
/>
<link
rel="icon"
type="image/png"
href="favicon-180x180.png"
sizes="180x180"
/>
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<link
rel="canonical"
href="https://bubblesets-js.josuakrause.com/index.html?preset=grid"
/>
</head>
<body>
<h3>Benchmark of Bubblesets</h3>
<a href="https://bubblesets-js.josuakrause.com/index.html?preset=grid"
>This page has moved!</a
>
<script>
window.location =
'https://bubblesets-js.josuakrause.com/index.html?preset=grid';
</script>
<footer>
<div class="footer-style">
© jk 2023
<a href="https://github.com/JosuaKrause/bubblesets-js" target="_blank">
[source]
</a>
</div>
</footer>
</body>
</html>