Fixing blog iframe src reference

This commit is contained in:
Joakim Erdfelt 2016-02-02 09:50:08 -07:00
parent 1b87db6782
commit 717955ac7d
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
<div id='blog'>
<h1>Jetty Blog</h1>
<iframe src="http://www.webtide.com/blog.jsp" />
<iframe src="https://webtide.com/blog.jsp" />
</div>
</body>
</html>