Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joshchernoff committed Mar 14, 2024
1 parent 1d212d1 commit 519f5ad
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,7 @@ <h2 class="mb-4 text-xl font-black">Image Colors</h3>
</div>

<div id="exifDataDisplay"
class="border border-solid border-zinc-500 rounded-lg py-12 px-4 text-center mb-4">
<dl class="mt-10 space-y-8 divide-y divide-gray-900/10">
<div class="pt-8 lg:grid lg:grid-cols-12 lg:gap-8">
<dt class="text-base font-semibold leading-7 text-gray-900 lg:col-span-5">Foo Bar baz</dt>
<dd class="mt-4 lg:col-span-7 lg:mt-0">
<p class="text-base leading-7 text-gray-600">asdfasdf asdfasdfasdfasdf</p>
</dd>
</div>
</dl>
class="hidden border border-solid border-zinc-500 rounded-lg py-12 px-4 text-center mb-4">
</div>

<div id="imageExport"
Expand Down

0 comments on commit 519f5ad

Please sign in to comment.