view.htm
来自「applet在線上繪圖,允許在瀏覽器上繪圖,最後儲存成各式的圖檔」· HTM 代码 · 共 27 行
HTM
27 行
<html>
<head>
<title>View image</title>
</head>
<body bgcolor="#C0C0CA">
<table border="1" bgcolor="#C0CAC0">
<tr>
<td valign="top">
<h4>The image has been saved at your server</h4>
<table>
<tr><td bgcolor="#000000"><img src="image.png"></td></tr>
</table>
<br><font size="-1">Press Refresh if you don't see changes.</font>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?