First Commit

This commit is contained in:
Gabe Farrell 2024-04-02 08:17:59 +00:00
parent d198a9ed8a
commit 229c967128
35 changed files with 1377 additions and 136 deletions

View file

@ -3,11 +3,11 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<meta
name="description"
content="Web site created using create-react-app"
content="An unofficial alternate front end for Pithee"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Prittee - A Pithee Client</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>