upgrade.html

来自「XML Picture Viever, 可以定制。非常好。」· HTML 代码 · 共 33 行

HTML
33
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>SimpleViewer - Please upgrade your Flash player.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
html, body {
	height: 100%;
	background-color: #181818;
	margin: 0;
	padding: 0;
	border: 0;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
} 
-->
</style>
</head>
<body>
<table width="100%" height="100%"  border="0">
  <tr>
    <td align="center" valign="middle"><p>SimpleViewer requires the Flash Player.</p>
      <p><a href="http://www.macromedia.com/go/getflashplayer/"><img src="get_flash_player.gif" alt="Get Flash Player" width="88" height="31" border="0"></a></p>
    </td>
  </tr>
</table>

</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?