You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
891 B
25 lines
891 B
<lasso-page package-path="../browser.json"/>
|
|
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<head>
|
|
<meta content="AiteStory is a timeline of aiterp IC content that doesn't fit the wiki format" name="description" />
|
|
<meta charset="UTF-8" />
|
|
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes" name="viewport" />
|
|
<meta content="#111111" name="theme-color" />
|
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
|
|
|
<link rel="stylesheet" href="/hax/global.css">
|
|
</head>
|
|
<title>${input.title ? `${input.title} - Aite RP` : "Aite RP"}</title>
|
|
<lasso-head/>
|
|
</head>
|
|
<body style={backgroundColor: "black"} class=("theme-" + input.site)>
|
|
<layout-navbar site=input.site />
|
|
<include(input.body) />
|
|
<lasso-body/>
|
|
<browser-refresh/>
|
|
</body>
|
|
</html>
|