Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nguernse committed Aug 7, 2024
1 parent 29c7b53 commit bc2d3fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/logo.svg" />
<link rel="icon" href="/downdownup/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Down Down Up</title>

Expand All @@ -18,8 +18,8 @@
content="A simple game where you must quickly and accurately match a combination of arrows."/>
<meta property="og:image" content="https://nguernse.github.io/downdownup/assets/logo.svg"/>
<meta property="og:url" content="https://nguernse.github.io/downdownup/"/>
<script type="module" crossorigin src="/assets/index-ZkEzGWo5.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-VDXbwQYK.css">
<script type="module" crossorigin src="/downdownup/assets/index-ZkEzGWo5.js"></script>
<link rel="stylesheet" crossorigin href="/downdownup/assets/index-VDXbwQYK.css">
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit bc2d3fa

Please sign in to comment.