Spaces:
Running
Running
Update index.html
Browse files- index.html +12 -17
index.html
CHANGED
|
@@ -1,19 +1,14 @@
|
|
| 1 |
<!doctype html>
|
| 2 |
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
| 16 |
-
</p>
|
| 17 |
-
</div>
|
| 18 |
-
</body>
|
| 19 |
-
</html>
|
|
|
|
| 1 |
<!doctype html>
|
| 2 |
<html>
|
| 3 |
+
<head>
|
| 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|