Mercurial > hg > orthanc-stone
view Applications/Samples/Web/index.html @ 240:ddbb339ed4cf am
orthancBaseUrl is now configurable
author | am@osimis.io |
---|---|
date | Wed, 20 Jun 2018 09:43:36 +0200 |
parents | 126c9c0c9333 |
children | 6b98ac45aaee |
line wrap: on
line source
<!doctype html> <html lang="us"> <head> <meta charset="utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <!-- Disable pinch zoom on mobile devices --> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta name="HandheldFriendly" content="true" /> <title>Wasm Samples</title> <link href="samples-styles.css" rel="stylesheet" /> <body> <ul> <li><a href="simple-viewer.html">Simple Viewer</a></li> </ul> </body> </html>