Update testpage.html
Add broadcaster test image.
This commit is contained in:
parent
81ba925ec5
commit
0f03541a38
@ -3,7 +3,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<div id="output">
|
<div id="output">
|
||||||
<p class="slideInText" id="slideInText">
|
<p class="slideInText" id="slideInText">
|
||||||
Test 1<br>
|
<img src="broadcaster.png"/>Test 1<br>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
@ -12,7 +12,7 @@
|
|||||||
setInterval(()=>{
|
setInterval(()=>{
|
||||||
if (Math.random()<=0.5) {
|
if (Math.random()<=0.5) {
|
||||||
const l = document.createElement("p");
|
const l = document.createElement("p");
|
||||||
l.innerText="Test Message "+(msgnumb++)
|
l.innerHTML="<img src=\"broadcaster.png\"/>Test Message "+(msgnumb++)
|
||||||
l.className="slideInText"
|
l.className="slideInText"
|
||||||
box.appendChild(l)
|
box.appendChild(l)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user