view Plugins/Samples/WebSkeleton/StaticResources/index.html @ 1888:512b6e76f531

Lua: "IncomingFindRequestFilter()" to apply filters to incoming C-Find requests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 11 Dec 2015 16:39:51 +0100
parents 17302d83abfd
children
line wrap: on
line source

<!doctype html>

<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Web Skeleton</title>
  </head>

  <body>
    <h1>Web Skeleton</h1>
    <p>
      This is a sample skeleton for Orthanc showing how to create a
      plugin that serves static HTML resources.
    </p>
  </body>
</html>