Skip to content

Commit

Permalink
fix(standalone): Try to fix standalone html
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed May 30, 2017
1 parent 69e1e49 commit 532a291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/standalone.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
</style>
</head>
<body>
<div class="content"></div>
<script type="text/javascript" src="https://unpkg.com/itk-vtk-image-viewer/dist/itkVtkImageViewer.js">
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion doc/content/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ title: Overview

![How it works](./howToUse.jpg)

<iframe src="https://unpkg.com/itk-vtk-image-viewer/dist/standalone.html" width="100%" height="300px" />
<iframe src="https://raw.githubusercontent.com/Kitware/itk-vtk-image-viewer/master/dist/standalone.html" width="100%" height="300px" />

0 comments on commit 532a291

Please sign in to comment.