-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Just copied the existing website
- Loading branch information
0 parents
commit ad8773d
Showing
1 changed file
with
83 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Craftventure Virtual Themepark</title> | ||
<link rel="stylesheet" href="/build/app.b75294ae.css"> | ||
|
||
<script src="/build/runtime.d7fdc097.js" defer></script><script src="/build/70.6a38d104.js" defer></script><script src="/build/326.5997f89e.js" defer></script><script src="/build/app.90ebddd5.js" defer></script> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> | ||
<link rel="manifest" href="/site.webmanifest"> | ||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#ff9600"> | ||
<meta name="msapplication-TileColor" content="#ff9600"> | ||
<meta name="theme-color" content="#ffffff"> | ||
</head> | ||
<body> | ||
<link rel="preconnect" href="https://fonts.gstatic.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com"> | ||
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap" | ||
rel="stylesheet"> | ||
<style type="text/css"> | ||
body { | ||
font-family: 'Source Sans Pro', sans-serif; | ||
|
||
<style> | ||
body, html { | ||
margin: 0; | ||
padding: 0; | ||
height: 100%; | ||
background-color: #FF9600; | ||
overflow: hidden; | ||
} | ||
|
||
.boldski { | ||
font-weight: bold; | ||
#content { | ||
position: absolute; | ||
left: 0; | ||
right: 0; | ||
bottom: 0; | ||
top: 0px; | ||
} | ||
</style> | ||
|
||
<h1>play.Craftventure.net</h1> | ||
<p>Welcome to our professional website. Craftventure is a virtual Minecraft themepark. You can join us at | ||
play.Craftventure.net. Our park looks better than our website! Also join us on Discord or <a | ||
href="https://www.twitter.com/craftventure">Twitter</a></p> | ||
|
||
<p class="boldski">Join us: <b>play.Craftventure.net</b></p> | ||
|
||
<p>Download the resourcepack | ||
<button onClick="javascript:window.open('https://resourcepack.craftventure.net/', '_blank');">Download our | ||
amazing | ||
resourcepack | ||
</button> | ||
</p> | ||
|
||
<p>Join us on Discord</p> | ||
<iframe src="https://discordapp.com/widget?id=134010176633176064&theme=dark" width="350" height="500" | ||
allowtransparency="true" frameborder="0" | ||
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe> | ||
|
||
<p>That's a wrap folks! All important things are on this site, for other stuff reach out to us on Discord or | ||
Twitter</p> | ||
|
||
<p>If you think we have the best virtual themepark website ever, tell us so on Discord!</p> | ||
|
||
<p style="height: 10000px"></p> | ||
|
||
<iframe width="1280" height="720" src="https://www.youtube.com/embed/flL5b1NaSPE" title="YouTube video player" | ||
frameborder="0" | ||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" | ||
allowfullscreen></iframe> | ||
<div id="content"> | ||
<iframe width="100%" height="100%" src="https://www.brianlamers.com/cvlinks/" allowfullscreen frameborder="0" | ||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"></iframe> | ||
</div> | ||
</body> | ||
</html> |