comparison OrthancServer/Plugins/Samples/WebSkeleton/StaticResources/index.html @ 4044:d25f4c0fa160 framework

splitting code into OrthancFramework and OrthancServer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2020 20:30:34 +0200
parents Plugins/Samples/WebSkeleton/StaticResources/index.html@17302d83abfd
children
comparison
equal deleted inserted replaced
4043:6c6239aec462 4044:d25f4c0fa160
1 <!doctype html>
2
3 <html lang="en">
4 <head>
5 <meta charset="utf-8">
6 <title>Web Skeleton</title>
7 </head>
8
9 <body>
10 <h1>Web Skeleton</h1>
11 <p>
12 This is a sample skeleton for Orthanc showing how to create a
13 plugin that serves static HTML resources.
14 </p>
15 </body>
16 </html>