huixuhsu commited on
Commit
82d56d0
·
verified ·
1 Parent(s): ecde6ac

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +19 -3
index.html CHANGED
@@ -4,11 +4,27 @@
4
  <meta charset="utf-8" />
5
  <title>My Paper</title>
6
  <style>
7
- html, body { margin: 0; height: 100%; }
8
- iframe { width: 100%; height: 100vh; border: 0; }
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  </style>
10
  </head>
11
  <body>
12
- <iframe src="_OpenENV_Blog__OpenRA_RL.pdf"></iframe>
 
 
 
13
  </body>
14
  </html>
 
4
  <meta charset="utf-8" />
5
  <title>My Paper</title>
6
  <style>
7
+ body {
8
+ font-family: Arial, sans-serif;
9
+ max-width: 900px;
10
+ margin: 60px auto;
11
+ padding: 0 20px;
12
+ line-height: 1.6;
13
+ }
14
+ a.button {
15
+ display: inline-block;
16
+ padding: 12px 18px;
17
+ background: #222;
18
+ color: white;
19
+ text-decoration: none;
20
+ border-radius: 8px;
21
+ }
22
  </style>
23
  </head>
24
  <body>
25
+ <h1>My Paper</h1>
26
+ <p>Open the PDF directly:</p>
27
+ <p><a class="button" href="_OpenENV_Blog__OpenRA_RL.pdf" target="_blank">Open PDF</a></p>
28
+ <p><a href="paper.pdf" download>Download PDF</a></p>
29
  </body>
30
  </html>