-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor tweak of styling and ran prettier on everything
- Loading branch information
1 parent
d38e2c1
commit b374443
Showing
143 changed files
with
154,304 additions
and
42,213 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 |
---|---|---|
@@ -1,22 +1,22 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<script src="../libraries/3rdparty/p5.min.js"></script> | ||
<script type="module" src="2.js"></script> | ||
<link rel="stylesheet" type='text/css' href="../libraries/gui/gui.css"> | ||
<link rel="stylesheet" type='text/css' href="../libraries/gui/seeder.css"> | ||
<style> | ||
div#gui { | ||
background-color: rgba(50, 50, 50, 0.8); | ||
color: rgba(200, 200, 200); | ||
} | ||
#spinner { | ||
border-color: #CC9933 #CC9933 transparent transparent; | ||
} | ||
</style> | ||
</head> | ||
<body style="margin:0"> | ||
<div id="seed"></div> | ||
<div id="gui"></div> | ||
</body> | ||
<head> | ||
<script src="../libraries/3rdparty/p5.min.js"></script> | ||
<script type="module" src="2.js"></script> | ||
<link rel="stylesheet" type="text/css" href="../libraries/gui/gui.css" /> | ||
<link rel="stylesheet" type="text/css" href="../libraries/gui/seeder.css" /> | ||
<style> | ||
div#gui { | ||
background-color: rgba(50, 50, 50, 0.8); | ||
color: rgba(200, 200, 200); | ||
} | ||
#spinner { | ||
border-color: #cc9933 #cc9933 transparent transparent; | ||
} | ||
</style> | ||
</head> | ||
<body style="margin: 0"> | ||
<div id="seed"></div> | ||
<div id="gui"></div> | ||
</body> | ||
</html> |
Oops, something went wrong.