Skip to content

Commit

Permalink
Move zoostyle so it can be shared
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Elkner committed Mar 14, 2022
1 parent c321247 commit e4abd1b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion canvas_experiments/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Canvas Experiment Zoo</title>
<style>
@import url(zoostyle.css);
@import url(../zoostyle.css);
</style>
<script>
function init() {
Expand Down
2 changes: 1 addition & 1 deletion experiment_zoo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Web Trifecta Experiment Zoo</title>
<style>
@import url(zoostyle.css);
@import url(../zoostyle.css);
</style>
<script>
function init() {
Expand Down
File renamed without changes.

0 comments on commit e4abd1b

Please sign in to comment.