-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
executable file
·36 lines (31 loc) · 1.77 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
34
35
36
<!doctype html>
<html>
<head>
<title>web2app - An easily converter from Web URLs to App URIs (App Indexing and Custom URL Scheme)</title>
<meta name="description" content="This application helps you to generate App URIs(App Indexing and Custom URL Scheme) from Web URL automatically.">
<meta property="og:title" content="web2app">
<meta property="og:type" content="website">
<meta property="og:description" content="This application helps you to generate App URIs(App Indexing and Custom URL Scheme) from Web URL automatically.">
<meta property="og:url" content="https://herablog.github.io/web2app/">
<meta property="og:image" content="screenshots/home.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="web2app">
<meta name="twitter:title" content="web2app">
<meta name="twitter:description" content="This application helps you to generate App URIs(App Indexing and Custom URL Scheme) from Web URL automatically.">
<meta name="twitter:image" content="screenshots/home.png">
<style>
* { margin: 0; padding: 0; list-style: none; }
</style>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Comfortaa">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/github-gist.min.css">
</head>
<body>
<web2app></web2app>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/highlight.min.js"></script>
<script src="public/scripts/lib/qrcode.min.js"></script>
<script src="public/scripts/web2app.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/riot/2.2.2/riot.min.js"></script>
<script src="public/views/all.js"></script>
<script src="public/scripts/main.js"></script>
</body>
</html>