70 lines
2.7 KiB
HTML
70 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Enstrayed.com</title>
|
|
<meta property="og:title" content="Enstrayed.com">
|
|
|
|
<meta name="description" content="Welcome to Enstrayed.com">
|
|
<meta property="og:description" content="Welcome to Enstrayed.com">
|
|
|
|
<meta property="og:url" content="https://enstrayed.com">
|
|
<meta property="og:image" content="https://enstrayed.com/static/snowleopard.png">
|
|
<meta property="og:color" content="#FF5A36">
|
|
|
|
<link rel="stylesheet" href="/static/newindex.css">
|
|
<script>
|
|
fetch("/api/nowplayingbeta?format=html").then(response => response.text()).then(response => {document.getElementById("nowplaying").innerHTML = response})
|
|
</script>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="mainContent">
|
|
<img src="/static/snow-leopard.svg" alt="Snow Leopard Icon" width="96" id="miauMiau">
|
|
<div>
|
|
<!-- <img src="/static/orange-globe.svg" alt="Globe Icon" width="64"> -->
|
|
|
|
<h1>Welcome to Enstrayed.com</h1>
|
|
<div class="linkColumn">
|
|
<div>
|
|
<span>I received an Email from @enstrayed.com</span><br>
|
|
<a href="/helpdesk/articles/EOES-What_is_EOES.md"><img src="/dynamic/icon/external/7CB342" alt="">Click here for information about EOES</a>
|
|
</div>
|
|
<div>
|
|
<span>I need help with an Enstrayed.com web service</span><br>
|
|
<a href="/helpdesk"><img src="/dynamic/icon/external/7CB342" alt="">Click here to visit the Helpdesk</a>
|
|
</div>
|
|
<div>
|
|
<span>I'd like to get in contact</span><br>
|
|
<a href="https://twitter.com/enstrayed"><img src="/dynamic/icon/twitter/7CB342" alt="">@Enstrayed on Twitter</a>
|
|
</div>
|
|
<!-- <div>
|
|
<a href="/urltoolbox"><img src="/dynamic/icon/link/7CB342" alt="">URL Toolbox</a>
|
|
</div> -->
|
|
<div>
|
|
<a href="https://files.enstrayed.com/public/"><img src="/dynamic/icon/link/7CB342" alt="">Downloads</a>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<!-- <img src="/static/snow-leopard.svg" alt="Snow Leopard Icon" width="64"> -->
|
|
<h1 id="blogPostsHeader">/posts/</h1>
|
|
<div class="blogPostsList">
|
|
|
|
<ul>
|
|
<!--SSR_BLOGPOSTS-->
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="apiVersion">
|
|
<!--SSR_APIVERSION-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="nowplaying"></div>
|
|
</body>
|
|
</html> |