14 lines
823 B
Vue
14 lines
823 B
Vue
<script setup lang="ts">
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<h1 class="text-3xl">Happy Cow :)</h1>
|
|
<p>2023/06/16 16:25</p>
|
|
<hr class="mb-6 border-1 border-slate-300" />
|
|
|
|
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-06-16/PXL_20230616_162525195.avif" width="1434" height="1080"/>
|
|
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-06-16/PXL_20230616_162528682.avif" width="1434" height="1080"/>
|
|
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-06-16/PXL_20230616_162532579.avif" width="1434" height="1080"/>
|
|
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-06-16/PXL_20230616_162539192.avif" width="1434" height="1080"/>
|
|
</template> |