Skip to content

Commit

Permalink
ajs-duo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisradek committed Apr 5, 2022
0 parents commit 8c73dba
Show file tree
Hide file tree
Showing 8 changed files with 8,083 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
dist
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>

<html>
<head>
<title>Timeout Sample</title>
</head>

<body>
<label>
Write Key:
<input type="text" id="writeKey" size="32" />
</label>
<button id="load">Load</button>
<button id="trigger" disabled>Trigger Track!</button>
<script src="./dist/main.js"></script>
</body>
</html>
Loading

0 comments on commit 8c73dba

Please sign in to comment.