添加项目文件
This commit is contained in:
PhatenIoT-yan
2025-04-29 16:11:32 +08:00
parent 5412e97d37
commit 8d10d3da3f
978 changed files with 54843 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
<div class="custForm">
<form action="https://www.phaten-audio.com/submit_zh.php" method="post">
<div>
<h4>公司名:</h4>
<input type="input" name='company' placeholder="公司名" />
</div>
<div>
<h4>邮箱地址:</h4>
<input type="input" name='email' placeholder="邮箱地址" />
</div>
<div>
<h4>主旨:</h4>
<select name='topic'>
<option>获取产品固件</option>
<option>咨询方案</option>
<option>获得报价</option>
</select>
</div>
<div>
<h4>正文:</h4>
<textarea name="content" rows="8" placeholder="请详细描述问题">
</textarea>
</div>
<div style="text-align: right;">
<input class="button" type="submit" value="发送" />
</div>
</form>
</div>