mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
25 lines
No EOL
1.1 KiB
HTML
25 lines
No EOL
1.1 KiB
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">
|
|
<!-- jQuery and jQuery Mobile -->
|
|
<script src="js/jquery.js"></script>
|
|
<script src="js/jquery.mobile.js"></script>
|
|
</head>
|
|
<body>
|
|
<div data-role="page" data-close-btn="none" id="confirmhardreset">
|
|
<div data-role="header">
|
|
<h1>Confirm: Hard Reset?</h1>
|
|
</div>
|
|
<a href="javascript:executeHardReset();" data-theme="a" data-role="button">Yes</a>
|
|
<a href="javascript:$('.ui-dialog').dialog('close');" data-role="button">Cancel</a>
|
|
</div>
|
|
</body> |