mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-30 01:56:05 +00:00
9 lines
276 B
Vue
9 lines
276 B
Vue
<!-- peak code -->
|
|
<template>
|
|
<div class="ml-10">
|
|
<h2 class="font-bold text-2xl ml-3">Snake activity graph:</h2>
|
|
<img
|
|
src="https://raw.githubusercontent.com/NeonGamerBot-QK/NeonGamerBot-QK/output/github-contribution-grid-snake.svg"
|
|
/>
|
|
</div>
|
|
</template>
|