added footer tabs

This commit is contained in:
2019-09-20 12:17:46 +02:00
parent 8e9a8489e4
commit c9e7a335c1
9 changed files with 96 additions and 31 deletions
+8 -10
View File
@@ -1,15 +1,13 @@
<template>
<div id="search">
<div id="search" class="col-11">
<form class="" action="index.html" method="post">
<label for="keys">
Search
<input
id="keys"
v-model="keys"
type="text"
placeholder="search"
>
</label>
<label htmlFor="keys">Search</label>
<input
id="keys"
v-model="keys"
type="text"
placeholder="search"
>
<input
id="search"
type="submit"