You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
16 lines
523 B
16 lines
523 B
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="UTF-8" /> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
<script |
|
src="https://code.jquery.com/jquery-3.7.1.min.js" |
|
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" |
|
crossorigin="anonymous" |
|
></script> |
|
<script type="module" src="./scripts/main.js" defer></script> |
|
<title>SpaceTraders</title> |
|
</head> |
|
<body></body> |
|
</html>
|
|
|