Skip to content

Commit

Permalink
remove .html from iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
mike connor committed Aug 29, 2020
1 parent b1d73a6 commit 55e0dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</style>
</head>
<body>
<iframe src="./01_index.html" width=1366 height=1024 />
<iframe src="./01_index" width=1366 height=1024 />
</body>
</html>

0 comments on commit 55e0dc2

Please sign in to comment.