-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpost_edit
More file actions
17 lines (16 loc) · 656 Bytes
/
post_edit
File metadata and controls
17 lines (16 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<h1>Edit Post</h1>
<div class="card p-4">
<div class="flex items-center mb-4">
<img class="w-20 h-20 object-cover rounded-xl mr-4" src="https://live.staticflickr.com/65535/50618365686_36f887ab88_c.jpg">
<h3 class="text-lg font-bold">Little Jedi</h3>
</div>
<div class="pb-2">
<form method='POST'>
<textarea rows=3 class="font1 text-4xl rounded-lg">Jedi Kitty protects the street</textarea>
<div class="pt-4">
<button type="submit">Submit</button>
<a class="button secondaryAction ml-1" href="">Go Back</a>
</div>
</form>
</div>
</div>