-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (36 loc) · 2.64 KB
/
index.html
File metadata and controls
39 lines (36 loc) · 2.64 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DMGT Toolkit · Innovation Frameworks Library</title>
<meta name="description" content="DMGT Toolkit: an innovation frameworks library featuring RACI, Gantt Chart, PESTLE, Porter's Five Forces, SWOT/sSWOT, and the North Star Framework, with interactive previews and template downloads." />
<meta name="keywords" content="DMGT, innovation, strategy, Porter's Five Forces, PESTLE, SWOT, sSWOT, RACI, Gantt chart, North Star Framework, frameworks library, templates" />
<meta name="robots" content="index,follow" />
<link rel="canonical" href="https://bravohenry.github.io/Innovation-Frameworks-Library/" />
<meta name="theme-color" content="#0ea5e9" />
<!-- Google Fonts - Manrope -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap" rel="stylesheet" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="DMGT Toolkit" />
<meta property="og:title" content="DMGT Toolkit · Innovation Frameworks Library" />
<meta property="og:description" content="An innovation frameworks library featuring RACI, Gantt Chart, PESTLE, Porter's Five Forces, SWOT/sSWOT, and the North Star Framework." />
<meta property="og:url" content="https://bravohenry.github.io/Innovation-Frameworks-Library/" />
<meta property="og:image" content="https://bravohenry.github.io/Innovation-Frameworks-Library/diagrams/porters-five-forces.svg" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="DMGT Toolkit · Innovation Frameworks Library" />
<meta name="twitter:description" content="An innovation frameworks library featuring RACI, Gantt Chart, PESTLE, Porter's Five Forces, SWOT/sSWOT, and the North Star Framework." />
<meta name="twitter:image" content="https://bravohenry.github.io/Innovation-Frameworks-Library/diagrams/porters-five-forces.svg" />
</head>
<body class="h-full min-h-screen">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script src="https://cdn.jsdelivr.net/npm/heroui-chat-script@0/dist/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/heroui-chat-script@beta/dist/select-and-edit-utils.global.js"></script>
</body>
</html>