Update testpage.html

Add broadcaster test image.
main
sigonasr2, Sig, Sigo 3 years ago committed by GitHub
parent 81ba925ec5
commit 0f03541a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      testpage.html

@ -3,7 +3,7 @@
</head>
<div id="output">
<p class="slideInText" id="slideInText">
Test 1<br>
<img src="broadcaster.png"/>Test 1<br>
</p>
</div>
<script type="text/javascript">
@ -12,7 +12,7 @@
setInterval(()=>{
if (Math.random()<=0.5) {
const l = document.createElement("p");
l.innerText="Test Message "+(msgnumb++)
l.innerHTML="<img src=\"broadcaster.png\"/>Test Message "+(msgnumb++)
l.className="slideInText"
box.appendChild(l)
}

Loading…
Cancel
Save