Browse Source

Add header markup

pm2
Luke Childs 8 years ago
parent
commit
e15f39d972
  1. 11
      views/listing.html

11
views/listing.html

@ -6,7 +6,16 @@
</head> </head>
<body> <body>
Hello World! <header>
<h1>Tor Explorer</h1>
<form>
<label>
Search
<input type="search" name="s">
</label>
</form>
</header>
<table> <table>
<thead> <thead>
<tr> <tr>

Loading…
Cancel
Save