Skip to content

Commit

Permalink
test audio implementation
Browse files Browse the repository at this point in the history
created landing theme, looking for successful experimentation
  • Loading branch information
arihamm24 committed Aug 14, 2024
1 parent abf8a17 commit 64ce2f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
function show(param_div_id) {
document.getElementById('start').innerHTML = document.getElementById(param_div_id).innerHTML;
}
function greet(){
function greet() {
var name=document.getElementById("userName").value;
document.getElementById("welcome").innerHTML = name + "..." + " A name fit for such a promising warrior";
}

</script>
</head>
<body>
Expand Down
Binary file added landing_theme.mp3
Binary file not shown.

0 comments on commit 64ce2f0

Please sign in to comment.