Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rozek committed Jul 20, 2024
1 parent 30f8dad commit 31e58c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions LiveDemo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<style name="white-textured-background">
html, body {
background-color: white;
background-image: url(/common/BinaryTexture_white.jpg);
background-image: url(./BinaryTexture_white.jpg);
background-repeat:repeat;

font-family:'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
Expand All @@ -40,7 +40,6 @@
-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
</style>

<script name="clear-console">
if (typeof console.clear === 'function') {
console.clear()
Expand Down

0 comments on commit 31e58c2

Please sign in to comment.