Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueline-57b committed Jul 16, 2024
1 parent afa79cf commit 15b3c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 20240716/l1-test-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>Stress Test</h1>

<script>
window.onload = function() {
var titleElement = document.createElement('h1');
var titleElement = document.createElement('h3');
titleElement.textContent = 'L1 Devnet Test Report';

document.body.insertBefore(titleElement, document.body.firstChild);
Expand Down

0 comments on commit 15b3c9b

Please sign in to comment.