-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfile.html
20 lines (19 loc) · 826 Bytes
/
file.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- saved from url=(0023)http://10.200.254.135/# -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>ESP8266 Demo</title>
<style>
body { background-color: #cccccc; font-family: Arial, Helvetica, Sans-Serif; Color: #000088; }
.glyphicon {font-size: 72pt;}
</style>
<link rel="stylesheet" href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script> function playSome() { $.get( '/play', function(){}); return false; } </script>
</head> <body>
<div >
<a href='#' onclick='playSome();'>
<span class='glyphicon glyphicon-play-circle' aria-hidden='true'></span></a>
</div>
<p>Uptime: 00:00:12</p>
</body></html>