First commit.
This commit is contained in:
commit
2e5155380b
12 changed files with 471 additions and 0 deletions
36
project.html
Normal file
36
project.html
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>NBeta</title>
|
||||
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
||||
<script src="MinecraftColorCodes.3.7.js"></script>
|
||||
<script src="project.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="everythingHelper">
|
||||
<header>
|
||||
<div id="linksBox">
|
||||
<h1 id="title">neoBeta</h1>
|
||||
<ul id="headerLinks">
|
||||
<a href="index.html">home</a> -
|
||||
<a href="index.html">mods</a> -
|
||||
<a href="index.html">plugins</a>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
<div id="projectHeader">
|
||||
<img>
|
||||
<div id="projectTitleSubtitle">
|
||||
<h1>Loading project...</h1>
|
||||
<p>...</p>
|
||||
</div>
|
||||
<button>Download</button>
|
||||
</div>
|
||||
<main id="projectDescription">
|
||||
</main>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue