Skip to content

Commit 0eb894f

Browse files
committed
Styling Patch for demos
1 parent 03655dd commit 0eb894f

File tree

2 files changed

+2
-2
lines changed

2 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
@@ -4,7 +4,7 @@
44
<head>
55
<title>Flappy Sprint</title>
66
<link rel="preload" as="style" href="../style/default.css" onload="this.rel='stylesheet'">
7-
<script src="https://pixijs.download/release/pixi.js"></script> <!-- This'll let me keep Zephyr VERY up to date -->
7+
<script src="https://pixijs.download/release/pixi.js"></script>
88
<script src="../zepyhr.js"></script>
99
</head>
1010

dev/mouse-tracking/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<title>Mouse Tracking</title>
66
<link rel="preload" as="style" href="../style/default.css" onload="this.rel='stylesheet'">
7-
<script src="https://pixijs.download/release/pixi.js"></script> <!-- This'll let me keep Zephyr VERY up to date -->
7+
<script src="https://pixijs.download/release/pixi.js"></script>
88
<script src="../zepyhr.js"></script>
99
</head>
1010

0 commit comments

Comments
 (0)