discross/pages/static/webapp.html
2020-11-27 18:25:53 +01:00

36 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Discross</title>
<meta name="description" content="A work-in-progress unofficial Discord relay (that acts like a client) aiming to support all platforms that support HTML.">
<meta name="keywords" content="Discord,client,wii,nintendo switch,switch">
<meta name="author" content="circuit10#0158">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- iOS web app support - https://gist.github.com/tfausak/2222823n !-->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Discross">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="viewport" content="initial-scale=1,minimum-scale=1,maximum-scale=1">
<meta name="format-detection" content="telephone=no">
<link rel="apple-touch-icon" href="resources/logo.png">
<script>(function(a,b,c){if(c in b&&b[c]){var d,e=a.location,f=/^(a|html)$/i;a.addEventListener("click",function(a){d=a.target;while(!f.test(d.nodeName))d=d.parentNode;"href"in d&&(d.href.indexOf("http")||~d.href.indexOf(e.host))&&(a.preventDefault(),e.href=d.href)},!1)}})(document,window.navigator,"standalone")</script>
<style>
html, body {
margin: 0;
width: 100%;
height: 100%
}
iframe {
border: none;
width: 100%;
height: 100%
}
</style>
</head>
<body bgcolor="#303338" style="margin: 0;">
<iframe src="index.html">
</body>
</html>