-
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.
- Loading branch information
1 parent
fc89a8b
commit 36dfc7e
Showing
5 changed files
with
585 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,4 @@ | ||
--- | ||
permalink: /404.html | ||
--- | ||
![404 error](https://miro.medium.com/max/4038/1*uVW5KIjt28G-gEsrjqArRw.jpeg) |
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,5 @@ | ||
--- | ||
link: credits | ||
--- | ||
# Credits | ||
* [Voided Earth](https://repl.it/@BohLiao96/school-ep1#style.css) The original. Go play it! |
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,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> |
Oops, something went wrong.