Skip to content

Commit

Permalink
added a testing page
Browse files Browse the repository at this point in the history
  • Loading branch information
DoodlePinBob committed Oct 11, 2024
1 parent 20fa410 commit a847bb5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 3dsGame/test3ds.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>

<head>
<meta name="viewport" content="width=320"/>
<title>3ds test</title>
<link rel="stylesheet" href="style.css">
</head>

<body>

<script language="javascript" src="test3ds.js"></script>

</body>

</html>
1 change: 1 addition & 0 deletions 3dsGame/test3ds.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alert("test")

0 comments on commit a847bb5

Please sign in to comment.