Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
imAlessas authored Aug 19, 2024
1 parent 43d9da3 commit 58cc70f
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Refresh" content="0; url='main.pdf'" />
</head>
</html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Transmission Simulation</title>
<style>
body {
margin: 0;
padding: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
iframe {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<iframe src="main.pdf" title="PDF Document"></iframe>
</body>
</html>

0 comments on commit 58cc70f

Please sign in to comment.