mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add search page in search web app
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<header ng-controller="Search">
|
||||
<div>
|
||||
<input id="search_input" ng-model="keywords" type="text" placeholder="请输入关键字"/>
|
||||
</div>
|
||||
<div>
|
||||
<input type="button" id="search_btn" ng-click="search()" value="搜索"/>
|
||||
</div>
|
||||
</header>
|
||||
Reference in New Issue
Block a user