make it make sense now
All checks were successful
Build and Deploy Docker Image / build (push) Successful in 53s

close dialog after someone clicks subscribe

fix:

adjust v

adjust revision

adjustments

adjustments

adjusting

fix

testing

testing

testing

testing

testing

tag

may work now

testing

testing

testing

testing

fix: owner

feat: favicon and title fix
This commit is contained in:
Smigz 2024-10-21 21:16:18 -04:00 committed by mike
parent 8c06947ebe
commit 88d1556f78
4 changed files with 123 additions and 109 deletions

View file

@ -1,17 +1,18 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
/>
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Do Tech Bro</title>
</head>
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap">
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>