Skip to content

Commit

Permalink
Relative file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
exu3 committed Jul 27, 2022
1 parent ad670ed commit 0cee93c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@
/>
<meta name="theme-color" content="#ec3750" />
<meta name="msapplication-TileColor" content="#ec3750" />
<link rel="stylesheet" href="https://hc-map.now.sh/style.css" />
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<a href="https://hackclub.com/">
<img
style="position: absolute; top: 0; left: 10px; border: 0; width: 192px;"
style="position: absolute; top: 0; left: 10px; border: 0; width: 192px"
src="https://assets.hackclub.com/flag-orpheus-top.png"
alt="Hack Club flag" />
alt="Hack Club flag"
/>
</a>

<svg></svg>
Expand All @@ -48,7 +49,6 @@
<script src="https://d3js.org/d3.v5.min.js"></script>
<script src="https://d3js.org/topojson.v1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.19/lodash.min.js"></script>
<script src="https://hc-map.now.sh/script.js"></script>
<script src="./script.js"></script>
</body>
</html>

1 comment on commit 0cee93c

@vercel
Copy link

@vercel vercel bot commented on 0cee93c Jul 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

map – ./

hc-map.vercel.app
map-git-main.hackclub.dev

Please sign in to comment.