CS-Coursework/website/index.html

17 lines
441 B
HTML
Raw Normal View History

2022-09-29 10:39:18 +01:00
<!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">
<title>Document</title>
2022-09-29 12:12:55 +01:00
<!-- Main Script Files -->
<script src="./index.js" type="text/javascript" defer="true"></script>
<!-- API Script Files -->
2022-09-29 10:39:18 +01:00
</head>
<body>
2022-09-29 12:12:55 +01:00
<button id="button">Submit JSON</button>
2022-09-29 10:39:18 +01:00
</body>
</html>