Files
Biking-Page/src/components/Tours/Twelve.vue
T
2025-03-13 10:33:24 +01:00

24 lines
1.5 KiB
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<script setup lang="ts">
</script>
<template>
<h1 class="text-3xl">Just A normal Ride</h1>
<p>2024-08-03 06∶50</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/2024-08-03/PXL_20240803_073936592.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-03/PXL_20240803_073939806.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-03/PXL_20240803_074726596.MP.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-03/PXL_20240803_074731839.avif" width="1434" height="1080"/>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-08-03/PXL_20240803_090135353_out.mp4" type="video/mp4">
</video>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-08-03/PXL_20240803_104809427_out.mp4" type="video/mp4">
</video>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-08-03/PXL_20240803_105808240_out.mp4" type="video/mp4">
</video>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-03/PXL_20240803_112802307.avif" width="1434" height="1080"/>
</template>