initialize project structure with basic components and configuration

This commit is contained in:
Seth 2025-01-17 18:12:41 -05:00
commit e9b9175d51
No known key found for this signature in database
GPG key ID: 8B7A2C60CDF65CAC
67 changed files with 117755 additions and 0 deletions

18
src/index.html Normal file
View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CDN, how?</title>
<meta name="description" content="This, is not a CDN.">
<meta name="color-scheme" content="dark">
<link rel="icon" href="lucide-static/icons/ethernet-port.svg">
<link rel="icon" href="../public/profile.jpg">
<link rel="stylesheet" href="./index.css" />
<script src="./index.tsx" async type="module" defer></script>
</head>
<body></body>
</html>