mame/web/confirmexit.html
2013-10-01 14:12:22 +00:00

23 lines
No EOL
983 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="-1">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<title>MAME</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="css/jquery.mobile.css">
</head>
<body>
<div data-role="page" data-close-btn="none" id="confirmhardreset">
<div data-role="header">
<h1>Confirm: Exit emulator?</h1>
</div>
<a href="javascript:executeExit();" data-theme="a" data-role="button">Yes</a>
<a href="javascript:$('.ui-dialog').dialog('close');" data-role="button">Cancel</a>
</div>
</body>
</html>