Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
Fix Resources not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Notplayingallday383 committed May 2, 2023
1 parent bb089bb commit d155f34
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ <h5 class="timeT" id="time"></h5>
<path class="fill" fill-rule="evenodd" clip-rule="evenodd" d="M9 23C9 19.6863 11.6863 17 15 17H65.6111C68.9248 17 71.6111 19.6863 71.6111 23V57C71.6111 60.3137 68.9248 63 65.6111 63H15C11.6863 63 9 60.3137 9 57V23ZM38.3889 46.4945C38.3889 45.9422 38.8366 45.4945 39.3889 45.4945H56.5555C57.1078 45.4945 57.5555 45.9422 57.5555 46.4945V49.6056C57.5555 50.1579 57.1078 50.6056 56.5555 50.6056H39.3889C38.8366 50.6056 38.3889 50.1579 38.3889 49.6056V46.4945ZM21.2652 45.9362C20.8421 46.2912 20.787 46.9219 21.142 47.345L23.6893 50.3808C24.0443 50.8039 24.6751 50.8591 25.0981 50.5041L34.2339 42.8382L37.2697 40.2909C37.6928 39.9359 37.748 39.3051 37.393 38.8821L34.8456 35.8463L34.8452 35.8457L27.1798 26.7105C26.8248 26.2874 26.194 26.2322 25.771 26.5872L22.7352 29.1346C22.3121 29.4896 22.2569 30.1203 22.6119 30.5434L28.1976 37.2002L28.8344 38.2495C29.0609 38.6227 29.0192 39.0996 28.7314 39.4277L27.9221 40.3504L27.922 40.3505L21.2652 45.9362ZM29.635 38.9132L28.1976 37.2002L29.635 38.9131L29.635 38.9132Z"/>
</svg>
</div>
<div class="deskapp" title="Terbium Games" onclick="new WIN('(link)[games/games.html]', '(icn)[./resources/games.svg]', '(title)[Game Center]', '(os)[true]', '(full)[false]', '(appname)[games]');">
<img src="./resources/game.svg" id="games" title="games" class="appIcon">
<div class="deskapp" title="Terbium Games" onclick="new WIN('(link)[games/games.html]', '(icn)[./resources/games.png]', '(title)[Game Center]', '(os)[true]', '(full)[false]', '(appname)[games]');">
<img src="./resources/games.png" id="games" title="games" class="appIcon">
</div>
<div class="deskapp" title="z1g Project" onclick="new WIN('(link)[https://z1g-project.johnglynn2.repl.co/new]', '(icn)[./resources/z1g.png]', '(title)[z1g Project]', '(os)[true]', '(full)[false]', '(appname)[ruffle]');">
<img src="./resources/z1g.png" id="z1g-project" title="z1g-project" class="appIcon">
Expand Down
Binary file added static/resources/bruhprox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/resources/games.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/resources/z1g.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d155f34

Please sign in to comment.