补充头部
This commit is contained in:
parent
f69e7f6e39
commit
52cf03f045
4
resources/views/header.blade.php
Normal file
4
resources/views/header.blade.php
Normal file
@ -0,0 +1,4 @@
|
||||
<div>
|
||||
<h1>用爱发电中,请不要恶意搞事,谢谢</h1>
|
||||
<p>有任何意见或建议可以直接联系我</p>
|
||||
</div>
|
@ -7,6 +7,7 @@
|
||||
<title>录播节目单查询</title>
|
||||
</head>
|
||||
<body>
|
||||
@include("header")
|
||||
<form action="">
|
||||
<label for="keyword">查找节目单关键词,空格隔开查找多个关键词</label>
|
||||
<input type="text" name="keyword" id="keyword" value="{{$keyword}}">
|
||||
|
Loading…
x
Reference in New Issue
Block a user