-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (26 loc) · 1.25 KB
/
Copy pathindex.html
File metadata and controls
30 lines (26 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Create and download custom memes with our easy-to-use meme generator">
<meta name="keywords" content="meme, generator, create, download, funny">
<title>Meme Generator - Create Custom Memes</title>
<!-- Preconnect for performance -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://api.imgflip.com">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Karla:wght@400;500;700&display=swap" rel="stylesheet">
<!-- Styles -->
<link rel="stylesheet" href="/index.css">
<!-- Open Graph for social sharing -->
<meta property="og:title" content="Meme Generator">
<meta property="og:description" content="Create and download custom memes">
<meta property="og:type" content="website">
</head>
<body>
<div id="root"></div>
<script src="/index.jsx" type="module"></script>
</body>
</html>