2018-05-17 00:05:47 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2018-05-17 02:36:32 +03:00
|
|
|
<script src="portal.js"></script>
|
2018-05-17 00:05:47 +03:00
|
|
|
<title>Webring</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script>
|
|
|
|
// protocole://url.domain.ext/
|
|
|
|
var sites = [
|
|
|
|
"https://wiki.xxiivv.com/",
|
2018-05-17 04:05:07 +03:00
|
|
|
"http://estevancarlos.com/",
|
2018-05-17 04:30:21 +03:00
|
|
|
"https://electro.pizza/",
|
2018-05-17 04:31:23 +03:00
|
|
|
"http://xla.wiki/",
|
2018-05-17 06:16:27 +03:00
|
|
|
"https://monochromatic.co/",
|
2018-05-17 07:13:17 +03:00
|
|
|
"https://joshavanier.github.io/",
|
2018-05-17 07:12:39 +03:00
|
|
|
"http://kaemura.com/",
|
2018-05-17 10:03:13 +03:00
|
|
|
"https://liamcooke.com/",
|
2018-05-17 10:08:53 +03:00
|
|
|
"https://electricgecko.de/",
|
2018-05-17 10:47:43 +03:00
|
|
|
"https://wichniow.ski/",
|
2018-05-17 11:00:24 +03:00
|
|
|
"https://hraew.autophagy.io/",
|
2018-05-17 15:11:27 +03:00
|
|
|
"https://evenunto.net/",
|
2018-05-17 11:41:26 +03:00
|
|
|
"https://anxl.faith",
|
2018-05-17 12:13:42 +03:00
|
|
|
"https://xvw.github.io",
|
2018-05-17 13:07:15 +03:00
|
|
|
"https://heracl.es",
|
2018-05-17 13:09:46 +03:00
|
|
|
"https://felipecortez.net",
|
2018-05-18 00:15:27 +03:00
|
|
|
"http://rukial.tk",
|
2018-05-17 23:02:40 +03:00
|
|
|
"http://luminghao.com",
|
2018-05-17 23:35:26 +03:00
|
|
|
"http://silane.io",
|
2018-05-17 19:48:32 +03:00
|
|
|
"https://theiceshelf.com/",
|
2018-05-17 23:33:36 +03:00
|
|
|
"https://turelio.github.io/",
|
2018-05-17 23:32:19 +03:00
|
|
|
"https://spaceshipsin.space/",
|
2018-05-17 23:31:13 +03:00
|
|
|
"http://log.lectronice.com",
|
2018-05-18 00:00:15 +03:00
|
|
|
"https://craze.co.uk",
|
2018-05-18 01:05:00 +03:00
|
|
|
"https://shaneckel.com",
|
2018-05-18 00:32:18 +03:00
|
|
|
"https://cblgh.org",
|
2018-05-18 01:06:04 +03:00
|
|
|
"https://ellugar.co",
|
2018-05-18 00:55:50 +03:00
|
|
|
"http://hur.bet",
|
2018-05-18 01:10:26 +03:00
|
|
|
"http://chigby.org",
|
2018-05-18 01:33:44 +03:00
|
|
|
"https://0101.solar",
|
2018-05-18 03:10:21 +03:00
|
|
|
"https://longest.voyage",
|
2018-05-18 21:59:52 +03:00
|
|
|
"https://palomakop.tv/",
|
2018-05-18 22:43:45 +03:00
|
|
|
"https://travisshears.com/",
|
2018-05-18 22:42:12 +03:00
|
|
|
"https://v-os.ca",
|
2018-05-18 22:57:23 +03:00
|
|
|
"http://secretinternet.club/",
|
|
|
|
"https://jmandel.xyz"
|
2018-05-17 11:01:00 +03:00
|
|
|
// Don't forget the comma!
|
2018-05-17 00:05:47 +03:00
|
|
|
]
|
2018-05-17 00:22:20 +03:00
|
|
|
var portal = new Portal(sites);
|
2018-05-17 00:05:47 +03:00
|
|
|
portal.start();
|
|
|
|
</script>
|
2018-05-17 02:36:32 +03:00
|
|
|
<style>
|
|
|
|
body { background:#eee; padding:30px; }
|
|
|
|
body a { color:#000; display: inline-block; padding:0px 5px; line-height: 20px}
|
|
|
|
body a:hover { color:#eee; background:#000; text-decoration: none; }
|
|
|
|
</style>
|
2018-05-17 00:05:47 +03:00
|
|
|
</body>
|
|
|
|
</html>
|