mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
20 lines
514 B
Vue
20 lines
514 B
Vue
<template>
|
|
|
|
<small class="data-credit text-sm opacity-75 text-center mb-4">
|
|
<span>Data generously provided by </span>
|
|
<span>
|
|
<a
|
|
href="https://twitter.com/__tosh"
|
|
class="font-bold"
|
|
>Thomas Schranz</a>
|
|
</span>
|
|
<span>via</span>
|
|
<span>
|
|
<a
|
|
href="https://applesilicongames.com/"
|
|
class="font-bold"
|
|
>Apple Silicon Games</a>
|
|
</span>
|
|
</small>
|
|
|
|
</template>
|