mobymax easier thing

This commit is contained in:
zensprojects 2023-02-01 11:28:21 -08:00 committed by GitHub
parent e47d85ed0a
commit 253915db1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

21
maydo/mobymax.html Normal file
View File

@ -0,0 +1,21 @@
<html>
<head>
<title>MobyMax</title>
<link href="https://fonts.cdnfonts.com/css/instagram-sans-2" rel="stylesheet">
<style>
body {
font-family: 'Instagram Sans', sans-serif;
}
.bgimg {
background-image: url('/background.png');
min-height: 100%;
background-position: center;
background-size: cover;
}
</head>
<body>
<iframe src="https://portal.egusd.net/" name="iframe_a" height="300px" width="100%" title="Iframe Example" style="border:none;"></iframe>
<br><br>
<h2>After logging in with your portal, <a href="https://urls.ziad87.net/nIb2">click here to launch MobyMax.</h2>
</body>
</html>