-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (38 loc) · 2.22 KB
/
Copy pathindex.html
File metadata and controls
43 lines (38 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png" />
<link rel="icon" href="/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png" />
<link rel="manifest" href="/favicon/site.webmanifest" />
<!-- Viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Agentic AI Workshop</title>
<meta name="title" content="Agentic AI Workshop" />
<meta name="description" content="Interaktive Präsentation und Self-Guided Workshop über AI Agents, LLMs und AI-Assisted Coding. Von der Geschichte der KI bis zum praktischen Hands-On mit OpenCode." />
<meta name="keywords" content="AI, KI, Agents, LLM, OpenCode, Vibe Coding, AWS Bedrock, Claude, Workshop" />
<meta name="author" content="weisser-dev" />
<!-- Open Graph / Facebook / LinkedIn -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://agentic-ai.weisser.dev/" />
<meta property="og:title" content="Agentic AI Workshop" />
<meta property="og:description" content="Interaktive Präsentation und Self-Guided Workshop über AI Agents, LLMs und AI-Assisted Coding. Kostenlos. Im Browser." />
<meta property="og:image" content="https://agentic-ai.weisser.dev/favicon/android-chrome-512x512.png" />
<meta property="og:locale" content="de_DE" />
<meta property="og:locale:alternate" content="en_US" />
<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:url" content="https://agentic-ai.weisser.dev/" />
<meta name="twitter:title" content="Agentic AI Workshop" />
<meta name="twitter:description" content="Interaktive Präsentation und Self-Guided Workshop über AI Agents, LLMs und AI-Assisted Coding." />
<meta name="twitter:image" content="https://agentic-ai.weisser.dev/favicon/android-chrome-512x512.png" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>