-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
23 lines (21 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<title>MyFitnessPal for Keto</title>
<link rel="apple-touch-icon" sizes="72×72" href="path/to/apple-touch-icon.png" />
<!-- <link rel="apple-touch-startup-image" href="path/to/ipad-bg-portrait.png" media="(device-width: 768px) and (orientation:portrait)" /> -->
<!-- <link rel="apple-touch-startup-image" href="path/to/ipad-bg-landscape.png" media="(device-width: 768px) and (orientation:landscape)" /> -->
<!--retina-->
<!-- <link rel="apple-touch-startup-image" href="path/to/a/[email protected]" media="(device-width: 768px) and (orientation:portrait) and (-webkit-device-pixel-ratio: 2)" /> -->
<!-- <link rel="apple-touch-startup-image" href="path/to/[email protected]" media="(device-width: 768px) and (orientation:landscape) and (-webkit-device-pixel-ratio: 2)" /> -->
<!--/retina-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Rammetto+One" />
<link rel="stylesheet" href="/=/style.css" type="text/css" />
</head>
<body>
<h1>MyFitnessPal for Keto</h1>
</body>
</html>