Skip to content

Commit

Permalink
tratamento de erros
Browse files Browse the repository at this point in the history
  • Loading branch information
Vamoss committed Dec 24, 2023
1 parent d9e75c2 commit cfad270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions executar.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html dir="ltr" lang="pt-BR">
<head>
<script src="erro.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tone/14.8.49/Tone.js"></script>
Expand All @@ -14,7 +14,7 @@
document.getElementsByTagName('head')[0].appendChild(script);
}
</script>
<div class="alert alert-danger" role="alert" id="errorMessage" hidden>
<div class="alert alert-danger" role="alert" id="errorMessage" aria-live="assertive" hidden>
<strong>Holy guacamole!</strong> This is a primary alert—check it out!
</div>
</body>
Expand Down

0 comments on commit cfad270

Please sign in to comment.