Skip to content

Commit

Permalink
path change
Browse files Browse the repository at this point in the history
  • Loading branch information
redji committed Jun 27, 2024
1 parent d472fba commit 29208c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Phavuer Example Game</title>
<link href="https://fonts.googleapis.com/css?family=M+PLUS+1p:500,800&display=auto&subset=japanese" rel="stylesheet">
<link href="/css/style.css" rel="stylesheet" type="text/css">
<script src="/js/index.js"></script>
<script type="module" crossorigin src="/assets/index-HHrMzyVg.js"></script>
<link href="https://redji.github.io/glworkshop/style.css" rel="stylesheet" type="text/css">
<script src="https://redji.github.io/glworkshop/js/index.js"></script>
<script type="module" crossorigin src="https://redji.github.io/glworkshop/assets/index-HHrMzyVg.js"></script>
</head>
<body>
<div class="fontLoader">.</div>
<div class="container">
<div class="content" id="game"></div>
<img class="fullscreenButton" src="/img/fullscreen.png" alt="Full Screen">
<img class="fullscreenButton" src="https://redji.github.io/glworkshop/img/fullscreen.png" alt="Full Screen">
</div>
</body>
</html>

0 comments on commit 29208c2

Please sign in to comment.