Mobile Vs Web

This commit is contained in:
2025-04-12 13:23:38 -04:00
parent ef934d2b36
commit 94c2d58a73
4 changed files with 87 additions and 32 deletions

6
src/app/metadata.ts Normal file
View File

@@ -0,0 +1,6 @@
import type { Metadata } from "next";
export const metadata: Metadata = {
title: "Drinkify",
description: "Drinkify health check app / game",
};