-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
33 lines (33 loc) · 1.27 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Free Palestine</title>
<meta charset="utf-8" />
<meta name="description" content="Free Palestine website banner" />
<meta property="og:site_name" content="Free Palestine" />
<meta property="og:title" content="Free Palestine" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="Free website banner of solidarity calling for an end to the occupation"
/>
<meta
property="og:image"
content="https://ceasefiretoday.com/assets/images/share.jpg?v=4bc1a0ec"
/>
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1194" />
<meta property="og:image:height" content="606" />
<meta property="og:url" content="https://ceasefiretoday.com" />
<meta property="twitter:card" content="summary_large_image" />
<link rel="canonical" href="https://ceasefiretoday.com" />
<link rel="icon" type="image/png" href="/pa.png" />
<link rel="apple-touch-icon" href="/pa.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>