zobi.vercel.appHTTP 200 (ok)

zobi-vercel-app

Website: https://zobi.vercel.app/

zobi.vercel.app
Homepage content snapshot

Zobi src/App.vue 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647<script setup lang="ts">import { ref } from 'vue';const count = ref(0);const increaseCount = () => {  count.value++;};const resetCount = () => {  count.value = 0;};</script><template>  <div class="flex flex-col items-center justify-center h-screen bg-gray-800">    <h1 :class="[      'text-6xl font-extrabold bg-gradient-to-r text-transparent bg-clip-text',      'from-blue-600 via-green-500 to-indigo-400'    ]">      Counter    </h1>    <div class="flex flex-col items-center">      <p class="tex...

Language: fr | crawled at 3/26/2026, 6:13:21 PM