-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 1.18 KB
/
index.html
File metadata and controls
17 lines (17 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mike Sayre - Senior MarTech & AI Strategist | Swan Lake Digital</title>
<meta name="description" content="Mike Sayre, Senior MarTech & AI Strategist at Swan Lake Digital, bridges digital marketing/eCommerce with AI technologies to deliver scalable solutions—automating workflows, optimizing operations, and driving multimillion-dollar revenue growth through rapid prototyping and MarTech integration.">
<link rel="icon" type="image/png" href="/images/swan-lake-digital-mascot-favicon-ai-developer-builder-64x.png">
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700&family=Poppins:wght@300;400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<!-- Tailwind CSS will be imported via src/index.css -->
</head>
<body class="font-poppins text-blue-50 min-h-screen overflow-x-hidden relative select-text">
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>