iris/_examples/file-server/single-page-application/embedded-single-page-application/public/app2/index.html
Gerasimos (Makis) Maropoulos 0e2c44e231 fix embedded fs not access to dir list because of options.ShowList unnecessary check. Solves #1383
Former-commit-id: 1ad4535deb1c4792408a3bf63456b333aa752594
2019-10-25 01:04:08 +03:00

11 lines
114 B
HTML

<html>
<head>
<title>App 2</title>
</head>
<body>
<h1> Hello from app2/index.html </h1>
</body>
</html>