Skip to content

Commit 620ef4b

Browse files
committed
Add entry points page
1 parent 8b5aaeb commit 620ef4b

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<title>Entry points</title>
6+
</head>
7+
<body>
8+
<h1>Entry points</h1>
9+
<h2>Standard Interfaces</h2>
10+
<p><a href="/">Desktop</a></p>
11+
<p><a href="/mobile">Mobile</a></p>
12+
<p><a href="/iframe">Iframe</a></p>
13+
14+
<h2>Renovated interfaces, built with Vite</h2>
15+
<p><a href="/desktop_renovated">Desktop</a></p>
16+
<p><a href="/mobile_renovated">Mobile</a></p>
17+
<p><a href="/iframe_renovated">Iframe</a></p>
18+
19+
<h2>Next generation of UI (experimental)</h2>
20+
<p><a href="/desktop_geogirafe">Desktop Geogirafe</a></p>
21+
<p><a href="/mobile_geogirafe">Mobile Geogirafe</a></p>
22+
<p><a href="/iframe_geogirafe">Iframe Geogirafe</a></p>
23+
24+
<h2>Other pages</h2>
25+
<p><a href="story-map.html">Story map</a></p>
26+
<p><a href="cog.html">COG</a></p>
27+
<p><a href="/apihelp">API help page</a></p>
28+
</body>
29+
</html>

0 commit comments

Comments
 (0)