Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MingisKing authored Jun 11, 2020
1 parent fc89a8b commit 36dfc7e
Show file tree
Hide file tree
Showing 5 changed files with 585 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Voided-Earth-master/404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
permalink: /404.html
---
![404 error](https://miro.medium.com/max/4038/1*uVW5KIjt28G-gEsrjqArRw.jpeg)
5 changes: 5 additions & 0 deletions Voided-Earth-master/credits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
link: credits
---
# Credits
* [Voided Earth](https://repl.it/@BohLiao96/school-ep1#style.css) The original. Go play it!
24 changes: 24 additions & 0 deletions Voided-Earth-master/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<title>Voided Earth</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="/markdown-portfolio/assets/css/style.css?v=612619047458df36edab9ff7256cf46e19efaeee">
</head>
<script src="script.js"></script>
<body>
<section class="page-header">
<h1 class="project-name">Welcome to Voided Earth!</h1>
<h2 class="project-tagline"></h2>
<a href="https://github.com/MingisKing/Voided-Earth" class="btn">View on GitHub</a>
</section>
<center>
<h1>

</h1>
</center>
<center>
<button onclick="start()" class='button button1'>Click Here To Start</button>
</center>
</body>
</html>
Loading

0 comments on commit 36dfc7e

Please sign in to comment.