-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (22 loc) · 1.09 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
<!DOCTYPE HTML>
<html>
<head>
<title>Meme Maker</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Avikant Saini">
<meta name="keywords" content="avikantz, avikant saini, ios, developer, photographer, designer, lucknow, manipal">
<meta name="author" content="Avikant Saini (@avikantz)">
<link rel="stylesheet" href="{{ url_for('static',filename='styles/main.css') }}" />
<meta http-equiv="refresh" content="0; url=https://mememaker.github.io/iOS" />
<link rel="apple-touch-icon" sizes="180x180" href="static/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" href="static/icons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="static/icons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="static/icons/manifest.json">
<link rel="shortcut icon" href="static/icons/favicon.ico">
<meta name="msapplication-config" content="static/icons/browserconfig.xml">
<meta name="theme-color" content="#2c3e50">
</head>
<body bgcolor="#2C3E50">
</body>
</html>