Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicschweizer committed May 12, 2023
1 parent 9ae6e63 commit b07cb0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion prototype-1/index.html
Expand Up @@ -12,7 +12,7 @@
integrity="sha256-WBkoXOwTeyKclOHuWtc+i2uENFpDZ9YPdf5Hf+D7ewM="
crossorigin=""
></script>
<script defer type="module" src="buildings.js"></script>
<script type="module" src="buildings.js"></script>
<script defer type="module" src="main.js"></script>
<link rel="stylesheet" href="styles.css" />
<body>
Expand Down
1 change: 1 addition & 0 deletions prototype-1/main.js
@@ -1,3 +1,4 @@
import { BUILDINGS } from "./buildings";
const oldPerson = "https://svgsilh.com/svg/1800224.svg";
const child = "https://svgsilh.com/svg/44050.svg";
// VARIABLES
Expand Down

0 comments on commit b07cb0c

Please sign in to comment.