Skip to content

Commit

Permalink
Create testing.html (#33)
Browse files Browse the repository at this point in the history
<!-- LIST CHANGES HERE -->
  • Loading branch information
norwd authored Oct 15, 2024
2 parents a1e66ef + a8e762d commit 9acab50
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions testing.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>
ThisTimeStamp - Testing
</title>
<script type="text/javascript">
console.log("Hello World!");
</script>
</head>
<body>
</body>
</html>

0 comments on commit 9acab50

Please sign in to comment.