Files
orico-official-website-old/public/frontend/web/搜索.shtml
2024-10-29 14:04:59 +08:00

31 lines
656 B
Plaintext
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--#include file="include/head.html" -->
<script type="text/javascript">
var navID = "1";
</script>
</head>
<body>
<!--top-->
<!--#include file="include/top.html" -->
<!--top End-->
<!-- 搜索页 s -->
<div class="nsea">
<div class="w1440 secon">
<div class="sput">
<input type="text" value="" name="" placeholder="硬盘盒">
<a href="#"><img src="images/images/sea1.png"></a>
</div>
</div>
</div>
<!-- 搜索页 e -->
<!-- bottom s -->
<!--#include file="include/bottom.html" -->
<!-- bottom e -->
</body>
</html>