lonercrew/goalmap.html

13 lines
202 B
HTML
Raw Normal View History

2022-03-13 14:44:51 +01:00
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<a href="">
2022-03-13 14:49:21 +01:00
<img id="goal" src="assets/goalmap.jpeg">
2022-03-13 14:44:51 +01:00
</a>
2022-03-13 14:49:21 +01:00
2022-03-13 14:44:51 +01:00
</body>
</html>