test-location-api/front/index.html

16 lines
349 B
HTML
Raw Permalink Normal View History

2025-05-22 17:29:22 +02:00
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="./script.ts"></script>
</head>
<body>
<h1>Current position</h1>
<p id="position">x: <br>y: </p>
</body>
</html>