-
-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathappre.in
More file actions
28 lines (28 loc) · 1.39 KB
/
Copy pathappre.in
File metadata and controls
28 lines (28 loc) · 1.39 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>$APP_NAME - PORTABLE LINUX APPS</title>
<meta name="description" content="$APP_DESC">
<meta property="og:type" content="website">
<meta property="og:title" content="$APP_NAME - PORTABLE LINUX APPS">
<meta property="og:description" content="$APP_DESC">
<meta property="og:url" content="https://portable-linux-apps.github.io/en/app/$APP_NAME.html">
<meta property="og:image" content="https://portable-linux-apps.github.io/icons/$APP_NAME.webp">
<meta property="og:image:width" content="128">
<meta property="og:image:height" content="128">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="$APP_NAME - PORTABLE LINUX APPS">
<meta name="twitter:image" content="https://portable-linux-apps.github.io/icons/$APP_NAME.webp">
<meta name="twitter:description" content="$APP_DESC">
<link rel="canonical" href="https://portable-linux-apps.github.io/en/app/$APP_NAME.html">
<meta http-equiv="refresh" content="0; url=/en/app/$APP_NAME.html">
<meta name="robots" content="noindex">
<link rel="preconnect" href="/assets/css/style.css">
<link rel="stylesheet" href="/assets/css/style.css">
</head>
<body>
<h1>If you are not redirected automatically, <a href="/en/app/$APP_NAME.html">click here</a>.</h1>
</body>
</html>