-
Notifications
You must be signed in to change notification settings - Fork 81
/
index.html
40 lines (37 loc) · 1.58 KB
/
index.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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='author' content='Devine Lu Linvega'>
<meta name='description' content='The Nataniev Library.'/>
<meta name='keywords' content='Aliceffekt, Devine Lu Linvega, Lietal, Oquonie, Verreciel, Oscean, Solarpunk' />
<meta name='license' content='name=BY-NC-SA(4.0), url=https://creativecommons.org/licenses/by-nc-sa/4.0/'/>
<meta name='thumbnail' content='https://wiki.xxiivv.com/media/services/thumbnail.jpg' />
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<meta property='og:title' content='XXIIVV'>
<meta property='og:description' content='The Nataniev Library.'>
<meta property='og:image' content='https://wiki.xxiivv.com/media/services/rss.jpg'>
<meta property='og:url' content='https://wiki.xxiivv.com/'>"
<link rel='alternate' type='application/rss+xml' title='RSS Feed' href='links/rss.xml' />
<link rel='shortcut icon' type='image/png' href='media/services/icon.png'>
<link rel='stylesheet' type='text/css' href='links/main.css'>
<link rel='me' href='https://merveilles.town/@neauoire'/>
<noscript>
<meta http-equiv='refresh' content='0; url=site/home.html' />
</noscript>
<title>XXIIVV — In Transit</title>
</head>
<body>
<main>
<p>In transit, toward <a href='site/home.html' target='_blank'>/home</a>.</p>
</main>
<script>
'use strict'
const filename = toFilename(window.location.hash || 'home')
window.location.replace(`./site/${filename}.html`)
function toFilename(str) {
return `${str}`.replace('#','').replace(/[\W_]+/g,"_").toLowerCase().trim()
}
</script>
</body>
</html>