Skip to content

Commit 8d976d2

Browse files
committed
social preview
1 parent 6062415 commit 8d976d2

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

563 KB
Loading

src/main/resources/static/index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>TRUE GOTHAM</title>
8+
9+
<meta name="description"
10+
content="TRUE GOTHAM analyzes current police press releases using AI and visualizes crime data on an interactive dashboard. Explore the dark side of the city.">
11+
12+
<!-- Open Graph / Facebook -->
13+
<meta property="og:type" content="website">
14+
<meta property="og:url" content="https://truegotham.thecodemonkey.de/">
15+
<meta property="og:title" content="TRUE GOTHAM - True Crimes analyzed by AI">
16+
<meta property="og:description"
17+
content="TRUE GOTHAM analyzes current police press releases using AI and visualizes crime data on an interactive dashboard. Explore the dark side of the city.">
18+
<meta property="og:image" content="https://truegotham.thecodemonkey.de/img/preview.png">
19+
20+
<!-- Twitter -->
21+
<meta property="twitter:card" content="summary_large_image">
22+
<meta property="twitter:url" content="https://truegotham.thecodemonkey.de/">
23+
<meta property="twitter:title" content="TRUE GOTHAM - True Crimes analyzed by AI">
24+
<meta property="twitter:description"
25+
content="TRUE GOTHAM analyzes current police press releases using AI and visualizes crime data on an interactive dashboard. Explore the dark side of the city.">
26+
<meta property="twitter:image" content="https://truegotham.thecodemonkey.de/img/preview.png">
27+
28+
<!-- Theme Color -->
29+
<meta name="theme-color" content="#1a1b1e">
30+
31+
832
<link rel="stylesheet" href="components/root/root.css" />
933
<link rel="stylesheet" href="components/dashboard/dashboard.css" />
1034
<link rel="stylesheet" href="components/map/map.css" />

0 commit comments

Comments
 (0)