Skip to content

Commit b2d1ff0

Browse files
author
Maksims Mihejevs
committed
relative css
1 parent 6ab3830 commit b2d1ff0

File tree

10 files changed

+14
-10
lines changed

10 files changed

+14
-10
lines changed

examples/animation/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<script src="../../build/output/playcanvas-latest.js"></script>
5-
<link href="../style.css" rel="stylesheet" />
5+
<link href="../../style.css" rel="stylesheet" />
66
</head>
77

88
<body>

examples/audio/3D/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<script src="../../../build/output/playcanvas-latest.js"></script>
5-
<link href="../style.css" rel="stylesheet" />
5+
<link href="../../style.css" rel="stylesheet" />
66
</head>
77

88
<body>

examples/camera/first_person/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<script src="../../../build/output/playcanvas-latest.js"></script>
5-
<link href="../style.css" rel="stylesheet" />
5+
<link href="../../style.css" rel="stylesheet" />
66
</head>
77

88
<body>

examples/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,11 @@ <h2>Mouse input</h2>
192192
} else {
193193
openExample(evt.state.title, rootUrl.href, true);
194194
}
195-
})
195+
});
196+
197+
window.addEventListener('pageshow', function(evt) {
198+
console.error("!!");
199+
});
196200

197201
</script>
198202

examples/input/keyboard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<script src="../../../build/output/playcanvas-latest.js"></script>
5-
<link href="../style.css" rel="stylesheet" />
5+
<link href="../../style.css" rel="stylesheet" />
66
</head>
77

88
<body>

examples/input/mouse/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<script src="../../../build/output/playcanvas-latest.js"></script>
5-
<link href="../style.css" rel="stylesheet" />
5+
<link href="../../style.css" rel="stylesheet" />
66
</head>
77

88
<body>

examples/physics/falling_shapes/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<script src="../../../build/output/playcanvas-latest.js"></script>
55
<script src="http://code.playcanvas.com/ammo.3c2cc63.js"></script>
6-
<link href="../style.css" rel="stylesheet" />
6+
<link href="../../style.css" rel="stylesheet" />
77
</head>
88

99
<body>

examples/shaders/custom/burn.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<script src="../../../build/output/playcanvas-latest.js"></script>
5-
<link href="../style.css" rel="stylesheet" />
5+
<link href="../../style.css" rel="stylesheet" />
66
</head>
77

88
<body>

examples/shaders/custom/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<script src="../../../build/output/playcanvas-latest.js"></script>
5-
<link href="../style.css" rel="stylesheet" />
5+
<link href="../../style.css" rel="stylesheet" />
66
</head>
77

88
<body>

examples/shaders/custom/toon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<script src="../../../build/output/playcanvas-latest.js"></script>
5-
<link href="../style.css" rel="stylesheet" />
5+
<link href="../../style.css" rel="stylesheet" />
66
</head>
77

88
<body>

0 commit comments

Comments
 (0)