13 lines
188 B
HTML
13 lines
188 B
HTML
|
<!DOCTYPE html>
|
||
|
|
||
|
<head>
|
||
|
<link rel="stylesheet" href="style.css" />
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<p id="status-line">Streamboy is connecting...</p>
|
||
|
|
||
|
<script src="statusline.js"></script>
|
||
|
</body>
|
||
|
|