Skip to content

Commit 8ce4214

Browse files
committed
Patch
Demo stylesheet wasn't being read
1 parent b23adc7 commit 8ce4214

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

dev/flappy-clone/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<title>Flappy Sprint</title>
6-
<link rel="stylesheet" type="text/css" href="../_misc/style.css">
6+
<link rel="stylesheet" type="text/css" href="../style/default.css">
77
<script src="https://pixijs.download/release/pixi.js"></script> <!-- This'll let me keep Zephyr VERY up to date -->
88
<script src="../zepyhr.js"></script>
99
</head>

dev/mouse-tracking/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<title>Mouse Tracking</title>
6-
<link rel="stylesheet" type="text/css" href="../_misc/style.css">
6+
<link rel="stylesheet" type="text/css" href="../style/default.css">
77
<script src="https://pixijs.download/release/pixi.js"></script> <!-- This'll let me keep Zephyr VERY up to date -->
88
<script src="../zepyhr.js"></script>
99
</head>

0 commit comments

Comments
 (0)