Mike Smith
cc118006ba
All checks were successful
Build and Deploy Docker Image / build (push) Successful in 58s
23 lines
644 B
HTML
23 lines
644 B
HTML
<!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>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
<script
|
|
defer
|
|
src="https://unami.smigz.com/script.js"
|
|
data-website-id="e07c8f76-9786-4201-a47a-482fd9d485a9"
|
|
></script>
|
|
</body>
|
|
</html>
|