initial commit
This commit is contained in:
16
test.php
Normal file
16
test.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
*{margin:0;padding:0}
|
||||
html, body {height:100%;width:100%;overflow:hidden}
|
||||
</style>
|
||||
<meta charset="utf-8">
|
||||
<?php
|
||||
$url = "https://ib.lukeogburn.com/forum/images/V6HlWc.docx";
|
||||
?>
|
||||
<title><?php echo $url; ?></title>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src="http://docs.google.com/gview?url=<?=$url?>&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user