Add files via upload

This commit is contained in:
MattTheTekie 2024-07-31 10:58:50 -04:00 committed by GitHub
commit 08f32470fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,42 @@
<!DOCTYPE html>
<!--
Website by JerosGamer89
Source code on github.com/Ascript89
-->
<html>
<head>
<meta charset="utf-8">
<meta property="og:site_name" content="YourMinecraftServerName">
<meta property="og:type" content="website">
<meta property="og:title" content="YourMinecraftServerName">
<meta property="og:description" content="Visit YourMinecraftServerName's server website for more information">
<meta id="meta-image" property="og:image" itemprop="image" content="../assets/cube.jpg">
<meta name="referrer" content="no-referrer">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<meta name="author" content="JerosGamer89">
<meta name="keywords" content="mcserver,jerosgamer89">
<meta name="description" content="YourMinecraftServerName website">
<meta name="viewport" content="width=device-width">
<title>Minecraft server</title>
<link rel="stylesheet" href="../css/style.css">
<link rel="icon" href="../assets/cube.jpg">
</head>
<body class="mcsplashscreen">
<h1>Social</h1>
<div class="content">
<iframe src="https://discord.com/widget?id=746258756328751105&theme=dark"
width="350" height="500" allowtransparency="true" frameborder="0"
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts">
Please, update your browser to the latest version, as web frames can not be displayed.
</iframe>
</div>
<center><footer>
<a href="https://discord.com/users/735128293254103061" target="_blank" class="mc-btn mc-half">Discord profile</a>
<a href="mailto:smartlinkwfs@gmail.com" target="_blank" class="mc-btn mc-half">Send email</a>
<a href="../" class="mc-btn mc-half">Done</a>
</footer></center>
</body>
</html>