23 lines
304 B
HTML
Vendored
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>
|