mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
23 lines
984 B
HTML
23 lines
984 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: Soft Reset?</h1>
|
||
|
</div>
|
||
|
<a href="javascript:executeSoftReset();" data-theme="a" data-role="button">Yes</a>
|
||
|
<a href="javascript:$('.ui-dialog').dialog('close');" data-role="button">Cancel</a>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|