webring/index.html

75 lines
2.2 KiB
HTML
Raw Normal View History

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-07-04 04:23:41 +03:00
<link rel="stylesheet" type="text/css" href="links/fonts.css"/>
2018-06-03 01:11:00 +03:00
<link rel="stylesheet" type="text/css" href="links/main.css"/>
<script src="scripts/portal.js"></script>
2018-05-17 00:05:47 +03:00
<title>Webring</title>
</head>
<body>
<script>
2018-05-18 23:56:12 +03:00
// protocole://url.domain.ext
2018-05-17 00:05:47 +03:00
var sites = [
"https://wiki.xxiivv.com"
2018-05-18 23:56:12 +03:00
, "http://estevancarlos.com"
, "https://electro.pizza"
, "http://xla.wiki"
, "https://monochromatic.co"
, "https://joshavanier.github.io"
, "http://kaemura.com"
, "https://liamcooke.com"
, "https://electricgecko.de"
, "https://wichniow.ski"
, "https://hraew.autophagy.io"
, "https://evenunto.net"
2018-05-18 23:20:34 +03:00
, "https://anxl.faith"
, "https://xvw.github.io"
, "https://heracl.es"
, "https://felipecortez.net"
, "http://rukial.tk"
, "http://luminghao.com"
, "http://silane.io"
2018-05-18 23:56:12 +03:00
, "https://theiceshelf.com"
, "https://turelio.github.io"
, "https://spaceshipsin.space"
2018-05-18 23:20:34 +03:00
, "http://log.lectronice.com"
, "https://craze.co.uk"
, "https://shaneckel.com"
, "https://cblgh.org"
, "https://ellugar.co"
, "http://hur.bet"
, "http://chigby.org"
, "https://1010.voyage"
2018-05-18 23:20:34 +03:00
, "https://longest.voyage"
2018-05-18 23:56:12 +03:00
, "https://palomakop.tv"
, "https://travisshears.com"
2018-05-18 23:20:34 +03:00
, "https://v-os.ca"
2018-05-18 23:56:12 +03:00
, "http://secretinternet.club"
2018-05-18 23:20:34 +03:00
, "https://jmandel.xyz"
2018-05-19 00:05:04 +03:00
, "https://systems.ws"
2018-05-19 17:55:53 +03:00
, "https://jamesin.space"
2018-05-20 16:17:12 +03:00
, "https://nathanwentworth.co"
2018-05-20 15:39:38 +03:00
, "https://eswat.ca"
, "https://uonai.space"
, "http://controls.ee"
2018-05-29 19:19:23 +03:00
, "https://wasin.io"
2018-05-29 17:19:00 +03:00
, "https://inns.studio"
2018-06-01 02:46:56 +03:00
, "http://kokorobot.ca"
2018-06-02 22:40:09 +03:00
, "https://ameyama.com"
2018-06-03 17:11:05 +03:00
, "https://wake.st"
2018-06-06 05:35:44 +03:00
, "https://xarene.la"
, "https://alex.zyzhang.me"
, "http://bildwissenschaft.vortok.info"
, "https://jakofranko.github.com"
, "https://aeriform.io"
2018-07-06 00:17:34 +03:00
, "http://blog.lucasdidthis.com"
// Don't forget the comma! No trailing slashes
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>
</body>
</html>