mopidy-musicbox-webclient/mopidy_musicbox_webclient/static/dialog-success.html
2016-02-05 08:19:45 +02:00

20 lines
487 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="vendors/jquery/jquery-1.12.0.min.js"></script>
<link rel="stylesheet" type="text/css" href="vendors/jquery_mobile_flat_ui_theme/jquery.mobile.flatui.min.css"/>
<script src="vendors/jquery_mobile/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>