-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdirect.html
More file actions
23 lines (19 loc) · 732 Bytes
/
direct.html
File metadata and controls
23 lines (19 loc) · 732 Bytes
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="ko-KR">
<head>
<meta name="mobile-web-app-capable" content="yes" >
<meta name="apple-mobile-web-app-title" content="FlareLane" >
<meta name="apple-mobile-web-app-capable" content="yes" >
<meta name="application-name" content="FlareLane" >
<meta name="description" content="FlareLane" >
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.flarelane.com/WebSDK-staging.js" charset="UTF-8"></script>
<script>
FlareLane.initialize({ projectId: "e6ffd9f9-c55d-40f1-a8ec-f9f49bc5ce76" });
</script>
<link rel="manifest" href="/manifest.json">
</head>
<body>
<h1>Hello, Web Push</h1>
</body>
</html>