Remove build folder

This commit is contained in:
TheTechRobo 2022-03-17 21:37:51 -04:00
parent cabd848891
commit 8427d01b1e
2 changed files with 1 additions and 66 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
build/

View File

@ -1,66 +0,0 @@
<!DOCTYPE html>
<head>
<title>Lifesteal SMP by TheTechRobo</title>
<style>
/* Some CSS ideas taken from the motherf*cking websites */
body {
padding-left: 30%;
line-height: 1.4;
background-color: #EEEEEE;
font-size: 16px;
max-width: 40%;
}
</style>
</head>
<body>
<header>
<h1>Lifesteal SMP by TheTechRobo</h1>
</header>
<aside>
<h2>Yes, I know this website looks like garbage</h2>
<h3><i>But I don't care</i></h3>
<p>This website may look garbage but to your browser it's beautiful.
<br>It uses semantic HTML5 tags so your browser knows what on Earth it's looking at.
<br>(If I'm being a hypocrite and there's something wrong with the HTML, send a pull request.)
<br><aside style="padding-left: 10%;"><i><sub>at least it's not using <code>&lt;div id="content"&gt;</code> oh god</sub></i></aside>
</p>
<!--<cite><a href="http://motherfuckingwebsite.com/">motherf*ckingwebsite.com (contains profanity)</a></cite>-->
</aside>
<main>
<h2>IP Address: <code>mc.thetechrobo.ca</code>
(Java 1.18.2 ONLY)
</h2>
<h2>Recommended Mods.</h2>
<p>Minecraft has a number of flaws. <a href="https://modrinth.com/mod/purpurclient">Purpur Client</a> solves many of these problems.</p>
<h2>Server Details</h2>
<dl>
<dt>Server</dt>
<dd>Purpur 1.18.2</dd>
<dt>Plugins</dt>
<dd>
Lifesteal Plugin (created by TheTechRobo)
</dd>
<dt>Whitelist</dt>
<dd><span style="color: red;"><b>On</b></span> (<a href="/serverfiles/whitelist">check</a>)</dd>
<dt>Completely open-source?</dt>
<dd><span style="color: green;"><b>Yes</b></span>; download coming soon</dd>
</dl>
</main>
<section>
<ul>
<li>
<details><summary>Hello, World! ( March 15, 2022 )</summary>
<b>The server is up and running.</b>
Come see it! <code>mc.thetechrobo.ca</code>
</details>
</li>
</ul>
</body>