Creation of the world
This commit is contained in:
28
notepad.html
Normal file
28
notepad.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<html>
|
||||
<head>
|
||||
<title> Notepad </title>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
#container{
|
||||
width:318px;
|
||||
height:358px;
|
||||
border:0px solid #000;
|
||||
overflow:hidden;
|
||||
margin:auto;
|
||||
}
|
||||
#container iframe {
|
||||
width:318px;
|
||||
height:535px;
|
||||
margin-left:0px;
|
||||
margin-top:-130px;
|
||||
border:0 solid;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
<body style="margin: 0; padding: 0;">
|
||||
<div id="container">
|
||||
<iframe src="https://docs.google.com/Doc?id=dgr5f47c_3hkf9qxfh" scrolling="auto"/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user