Ground-Zerro / Phobos Public
Code Issues Pull requests Actions Releases View on GitHub ↗
250 B plaintext
<template>
  <h1
    class="my-16 text-center text-4xl font-medium text-gray-700 dark:text-neutral-200"
  >
    <img src="/logo.png" width="32" class="dark:bg inline align-middle" />
    <span class="align-middle">PhobosWG</span>
  </h1>
</template>