fixed broken html again

This commit is contained in:
2025-11-29 19:52:23 -06:00
parent 5eac0b3d7b
commit 16d90874a2

View File

@@ -23,9 +23,9 @@
<!-- Try iframe first --> <!-- Try iframe first -->
<iframe src="resume/main.pdf"></iframe> <iframe src="resume/main.pdf"></iframe>
<!--Testing posthook -->
<!-- If iframe fails, fallback viewer --> <!-- If iframe fails, fallback viewer -->
<object data="resume/main.pdf" type="application/pdf"></object> <object data="resume/main.pdf" type="application/pdf"></object>
</body> </body>
</html> </html>