forked from Buildstarted/devring.club
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrand.html
32 lines (31 loc) · 1.56 KB
/
rand.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
<html>
<head>
<meta charset="utf-8">
<meta name="google" value="notranslate">
<meta name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width">
<meta name="referrer" content="origin">
<title>devring.club</title>
<link href="/style.css" type="text/css" rel="stylesheet" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<script>let sites = [];sites.push('https://linksfor.dev');sites.push('https://apollopreliminarydrawings.com');sites.push('https://buildstarted.com');sites.push('https://github.com/Buildstarted/devring.club');sites.push('https://seirdy.one/');sites.push('https://aroace.space');sites.push('https://graystea.neocities.org/');window.location.href = sites[Math.floor(Math.random() * 7)];</script>
</head>
<body>
<script async defer>
_dna = window._dna || {};
_dna.siteId = "devring.club";
_dna.outlink = true;
(function() {
let dna = document.createElement('script');
dna.type = 'text/javascript';
dna.async = true;
dna.src = '//dna.buildstarted.com/t.js';
let s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(dna, s);
})();
</script>
<noscript><img src="//dna.buildstarted.com/g?siteId=devring.club"/></noscript>footer>
</body>
</html>