Fixed everything hopefully

This commit is contained in:
2025-11-21 01:26:45 -06:00
parent 7a50003748
commit 381b287cd7
8 changed files with 428 additions and 439 deletions

View File

@@ -22,10 +22,10 @@
<body>
<!-- Try iframe first -->
<iframe src="../../../brag-sheet-rsi-mccleneghan/main.pdf"></iframe>
<iframe src="../../brag-sheet-rsi-mccleneghan/main.pdf"></iframe>
<!-- If iframe fails, fallback viewer -->
<object data="../../../brag-sheet-rsi-mccleneghan/main.pdf" type="application/pdf"></object>
<object data="../../brag-sheet-rsi-mccleneghan/main.pdf" type="application/pdf"></object>
</body>
</html>