Skip to content

Commit

Permalink
Updated absolute paths to relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamVaidya committed Jan 24, 2025
1 parent 04aa459 commit d0b3ba6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@font-face {
font-family: 'OnchainDino';
src: url('/extra/OnchainDino-Regular.woff2') format('woff2');
src: url('extra/OnchainDino-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<meta name="theme-color" content="#fff" />

<title>Trex Runner Game</title>
<link rel="stylesheet" href="/trex.css" />
<link rel="stylesheet" href="/custom.css" />
<link rel="stylesheet" href="trex.css" />
<link rel="stylesheet" href="custom.css" />
</head>
<body class="">
<div class="container">
Expand All @@ -28,7 +28,7 @@ <h4>( SPACE to Start - Press 'F' to go fullscreen )</h4>
href="https://ethindia2024.devfolio.co?dino=true"
class="onchain-cta"
>
<img src="/extra/onchain-button.svg" alt="Play Onchain Dino Game" />
<img src="extra/onchain-button.svg" alt="Play Onchain Dino Game" />
</a>

<h4>Developer Options</h4>
Expand Down Expand Up @@ -61,11 +61,11 @@ <h4>Developer Options</h4>
<div id="offline-resources" style="display: none">
<img
id="offline-resources-1x"
src="/images/default_100_percent/100-offline-sprite.png"
src="images/default_100_percent/100-offline-sprite.png"
/>
<img
id="offline-resources-2x"
src="/images/default_200_percent/200-offline-sprite.png"
src="images/default_200_percent/200-offline-sprite.png"
/>
<template id="audio-resources">
<audio
Expand Down

0 comments on commit d0b3ba6

Please sign in to comment.