mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 16:59:25 +00:00
17 lines
513 B
HTML
17 lines
513 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Spot tool</title>
|
|
|
|
<link rel="stylesheet" href="css/style.css" type="text/css">
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/jquery-ui@1.13.2/dist/jquery-ui.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/moment@2.29.4/moment.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="table-container"></div>
|
|
<script src="js/code.js"></script>
|
|
</body>
|
|
</html>
|