16 lines
517 B
PHP
16 lines
517 B
PHP
<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>
|