Skip to content

Commit

Permalink
First Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AvarageCodeEnjoyer committed Jan 8, 2024
0 parents commit 05c397e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<button onclick="getData()">Get data</button>
<div id="results"></div>
<script src="./index.js"></script>
</body>
</html>
Empty file added index.js
Empty file.

0 comments on commit 05c397e

Please sign in to comment.