initial commit

This commit is contained in:
Luke Ogburn
2019-03-30 22:43:34 -04:00
commit c4a666e3b6
78 changed files with 5332 additions and 0 deletions

16
test.php Normal file
View 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>