comparison Plugins/Samples/WebSkeleton/StaticResources/index.html @ 1181:17302d83abfd

Sample plugin framework to serve static resources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Sep 2014 14:13:20 +0200
parents
children
comparison
equal deleted inserted replaced
1180:dea1c786e1c6 1181:17302d83abfd
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>