initial commit

This commit is contained in:
Mahdi Dibaiee 2016-07-24 15:57:22 +04:30
commit 8d7926e55e

30
index.html Normal file
View File

@ -0,0 +1,30 @@
<html>
<head>
<title>...</title>
<style>
body {
margin: 0;
}
textarea {
margin: 0;
background: #FFF7EC;
font-size: 24px;
font-family: Open Sans, sans-serif;
width: 100%;
height: 100%;
border: 0;
resize: none;
box-sizing: border-box;
padding: 35px 50px;
color: #1f1f1f;
}
</style>
</head>
<textarea></textarea>
</html>