mopidy-musicbox-webclient/flatclient/dialog-success.html
woutervanwijk 7af0626538 Webclient used in MusicBox 0.4.2
added shutdown/reboot
initial work for settings page
2013-12-28 15:39:15 +01:00

20 lines
416 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="js/jquery-1.10.2.js"></script>
<link rel="stylesheet" type="text/css" href="css/jquery.mobile.flatui.css"/>
<script src="js/jquery.mobile-1.3.2.min.js"></script>
</head>
<body>
<div data-role="page" class="dialog-actionsheet">
<div data-role="content">
<h3>Initiating shutdown/reboot...</h3>
</div>
</div>
</body>
</html>