-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
59 lines (58 loc) · 1.7 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<html>
<head>
<title>Launcher</title>
</head>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
}
</style>
<body>
<h1>
Launcher
</h1>
<div>
This project contains examples that answer common OpenFin platform questions. The main description can be found in the <a title="Read Me" href="README.md"
>README.md</a
>. If you already have OpenFin's RVM Installed then you can use the links below otherwise follow the openfin-cli instructions on the README.md files.
</div>
<div>
<h2>Local Launcher</h2>
<ul>
<li>
<a href="fin://localhost:5001/platform-messaging/app.local.json"
>Launch Local Platform Messaging Example</a
>
</li>
<li>
<a href="fin://localhost:5001/platform-messaging-channel/app.platform.local.fin.json"
>Launch Local Platform Channel Messaging Example</a
>
</li>
<li>
<a href="fin://localhost:5001/platform-autoshow/app.local.json"
>Launch Local Platform AutoShow Example</a
>
</li>
</ul>
<h2>Hosted Launcher</h2>
<ul>
<li>
<a href="fins://4k4o3.csb.app/platform-messaging/app.json"
>Launch Platform Messaging Example</a
>
</li>
<li>
<a href="fins://4k4o3.csb.app/platform-messaging-channel/app.platform.fin.json"
>Launch Platform Channel Messaging Example</a
>
</li>
<li>
<a href="fins://4k4o3.csb.app/platform-autoshow/app.json"
>Launch Platform AutoShow Example</a
>
</li>
</ul>
</div>
</body>
</html>