-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
33 lines (30 loc) · 1.92 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" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<title>Debunking Transphobic Claims | Factual information about the transgender community</title>
<meta name="description" content="This website provides factual information and sources to debunk common transphobic claims and misinformation about the transgender community." />
<meta name="keywords" content="transgender, trans, transphobia, debunk, information, sources, community" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#5BCEFA" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<!-- Open Graph meta tags -->
<meta property="og:title" content="Debunking Transphobic Claims | Factual information about the transgender community" />
<meta property="og:description" content="This website provides factual information and sources to debunk common transphobic claims and misinformation about the transgender community." />
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/b/b0/Transgender_Pride_flag.svg" />
<meta property="og:type" content="website" />
<link href="css/tailwind.min.css" rel="stylesheet" />
<link href="style.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<div class="claims"></div>
</div>
<div class="footer">
<p>Thank you for reading. This page was created by <a style='text-decoration: none;' href='https://github.com/cvyl' target='_blank'>cvyl</a>. All rights reserved.</p>
</div>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="listing.js"></script>
</body>
</html>