Create index.html

This commit is contained in:
Nathan Woodburn 2020-10-29 12:20:24 +11:00
parent c2d3cb3f8c
commit 9138aa3253

14
index.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="scripts.js">
</script>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<p>To goto ANU ROBOT Project , <a href="https://www.anurobot.tech">click here</a>.</p>
</body>
</html>