parsee-mizuhashi
commited on
Commit
•
e5ac494
1
Parent(s):
c1fb2ae
Create index.html
Browse files- index.html +11 -0
index.html
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<title>MoFu Paper</title>
|
5 |
+
</head>
|
6 |
+
<body>
|
7 |
+
<object data="./paper.pdf" type="application/pdf" width="100%" height="95%">
|
8 |
+
<p><a href=./paper.pdf">Download</a>?</p>
|
9 |
+
</object>
|
10 |
+
</body>
|
11 |
+
</html>
|