Skip to content

Commit

Permalink
Update thesis.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kjgarbutt authored Oct 3, 2019
1 parent e9345ea commit 6527810
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions thesis.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<title>Kurtis Garbutt's EngD Thesis</title>
</head>
<body>
<h1>PDF Example with iframe</h1>
<iframe src="Kurtis_Garbutt_2019_PhD_Thesis_Compressed.pdf" width="100%" height="500px">
<iframe src="Kurtis_Garbutt_2019_PhD_Thesis_Compressed.pdf" width="100%" height="100%">
</iframe>
</body>
</html>

0 comments on commit 6527810

Please sign in to comment.