Files
Philip Smart d0d7cbfdaa Added testapps
2022-12-03 18:08:54 +00:00

23 lines
304 B
HTML
Vendored

<!DOCTYPE html>
<html lang="en">
<head>
<style>
body {
width:180px;
height:80px;
background:transparent;
}
#netTip{
left: 0%;
color: green;
background:transparent;
font-size: 25px;
}
</style>
</head>
<body>
<div id="netTip">Loading...</div>
</body>
</html>