deploy: 5bceb5af72
This commit is contained in:
parent
67805f5b29
commit
22a95000ee
24 changed files with 305 additions and 183 deletions
|
|
@ -2,28 +2,31 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="/assets/stylesheets/styles.css" media="screen">
|
||||
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/styles.css" media="screen">
|
||||
|
||||
<link rel="stylesheet" href="/assets/stylesheets/project.css">
|
||||
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/project.css">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>The Devil Within - neoBeta</title>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
window.ELEVENTY_PATH_PREFIX = "/neoBeta/";
|
||||
</script>
|
||||
<div id="everythingHelper">
|
||||
<aside>
|
||||
<header>
|
||||
<div id="linksBox">
|
||||
<div id="headerLinksAndTitle">
|
||||
<div id="logoTitle">
|
||||
<img src="/assets/logo.png" id="logo">
|
||||
<img src="/neoBeta/assets/logo.png" id="logo">
|
||||
<h1 id="title" class="rainbowText">neoBeta</h1>
|
||||
</div>
|
||||
<ul id="headerLinks">
|
||||
<li><a href="/">home</a></li>
|
||||
<li><a href="/search">search</a></li>
|
||||
<li><a href="/allprojects">index</a></li>
|
||||
<li><a href="/contribute">contribute</a></li>
|
||||
<li><a href="/neoBeta/">home</a></li>
|
||||
<li><a href="/neoBeta/search">search</a></li>
|
||||
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||
|
|
@ -33,12 +36,12 @@
|
|||
<div id="project">
|
||||
<div id="projectHeader">
|
||||
|
||||
<img src="logo.png">
|
||||
<img src="/neoBeta/projects/devilwithin/logo.png">
|
||||
|
||||
<div id="projectTitleSubtitle">
|
||||
<div id="projectTitleAuthor">
|
||||
<h1 id="projectTitle">The Devil Within</h1>
|
||||
<p id="projectAuthor">by <a href="/authors/tenkuma">tenkuma</a></p>
|
||||
<p id="projectAuthor">by <a href="/neoBeta/authors/tenkuma">tenkuma</a></p>
|
||||
</div>
|
||||
<p id="projectSubtitle">Adds enchanting to Minecraft Beta. Supports balancing through curses.</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue