|
|
@ -23,6 +23,16 @@
|
|
|
|
<label for="content">Contenido</label>
|
|
|
|
<label for="content">Contenido</label>
|
|
|
|
<input bind:value={$content} type="text" name="content" placeholder="Contenido" />
|
|
|
|
<input bind:value={$content} type="text" name="content" placeholder="Contenido" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
|
|
|
<label for="date">Fecha</label>
|
|
|
|
|
|
|
|
<input bind:value={$date} type="datetime-local" name="date" />
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
|
|
|
<label for="address">Dirección</label>
|
|
|
|
|
|
|
|
<input bind:value={$address} type="text" name="address" />
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
<style>
|
|
|
|