-
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
45313ec
commit b695b5e
Showing
5 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
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,25 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<script src="/scripts.js"></script> | ||
<title>Redesigned Australia Flags - Eatham's Website</title> | ||
<link rel="stylesheet" href="/style-dark.css" id="style"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
</head> | ||
<body id="top"> | ||
<ul class="nav"> | ||
<li class="nav"><a class="" href="/#top">Home</a></li> | ||
<li class="nav"><a href="/#contact">Contact Info</a></li> | ||
<li class="nav"><a href="/setup">My Setup</a></li> | ||
<li class="nav" style="float:right"><button onclick="print();">Print this page</button></li> | ||
<li class="nav" style="float:right"><button onclick="dark();">Dark Mode</button></li> | ||
<li class="nav" style="float:right"><button onclick="light();">Light Mode</button></li> | ||
</ul><br> | ||
<h1>Dice Mod for <a href="/cosmic-reach">Cosmic Reach</a></h1> | ||
<p> | ||
Adds dice blocks from 1 to 5. Dice have the same number on all sides. | ||
<img src="https://cdn.discordapp.com/attachments/1216397580024414399/1216397580284596376/image.png?ex=66003d86&is=65edc886&hm=6d6aaaf7f3e4ad0a5675e6dffbfe7f81615a8c878f2ea3f160b30d7cbcecf087&"> | ||
<a href="/cosmic-reach/dice-mod/dice_mod_v1.zip">Download V1</a> | ||
</p> | ||
</body> | ||
</html> |
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,25 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<script src="/scripts.js"></script> | ||
<title>Redesigned Australia Flags - Eatham's Website</title> | ||
<link rel="stylesheet" href="/style-dark.css" id="style"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
</head> | ||
<body id="top"> | ||
<ul class="nav"> | ||
<li class="nav"><a class="" href="/#top">Home</a></li> | ||
<li class="nav"><a href="/#contact">Contact Info</a></li> | ||
<li class="nav"><a href="/setup">My Setup</a></li> | ||
<li class="nav" style="float:right"><button onclick="print();">Print this page</button></li> | ||
<li class="nav" style="float:right"><button onclick="dark();">Dark Mode</button></li> | ||
<li class="nav" style="float:right"><button onclick="light();">Light Mode</button></li> | ||
</ul><br> | ||
<h1>My Cosmic Reach Stuff</h1> | ||
<p>Stuff for the game <a href="https://finalforeach.itch.io/cosmic-reach">Cosmic Reach</a></p> | ||
<p> | ||
<a href="/cosmic-reach/dice-mod">Dice Mod</a> | ||
<a href="/cosmic-reach/cosmic-reach-backup">My Cosmic Reach World as of 2024-03-11</a> | ||
</p> | ||
</body> | ||
</html> |
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