Remove search view

master
kts of kettek (yan) 2021-05-18 02:33:20 -07:00
parent 0f38865c26
commit 41e3090da4
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
<!DOCTYPE html>
<head>
<title>{{? it.title }} {{=it.title}} - {{?}} {{? it.www_name }} {{=it.www_name}} {{?}}</title>
</head>
<body>
<div id="container">
<div id="menu">
</div>
<div id="location">{{=it.location || ''}}</div>
<div id="content">
{{=it.content || 'Search: <form><input name="q" value="" type="text" /><input type="submit" value="Search"></form>'}}
</div>
</div>
<div id="footer"> {{? it.www_copyright }} {{=it.www_copyright}} {{?}} </div>
</body>
</html>