formresponse.shtml

来自「embedded_ethernet_complete_code_rabbit」· SHTML 代码 · 共 11 行

SHTML
11
字号
<html>
<head><title>Form Data Received</title></head>
<body>
<h1>Form Data Received</h1>
<p>The server has received the following settings:</p> 
<p>Maximum temperature: <!--#echo var="maximum_temperature"--></p>
<p>Minimum temperature: <!--#echo var="minimum_temperature"--></p>
<p> <a href="index.html">Return to the temperature alarm setup page.</a></p>
</body>
</html>

⌨️ 快捷键说明

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