Created
December 26, 2018 19:15
-
-
Save wesleyit/93d7e4b6ceb853b603219a80611d4661 to your computer and use it in GitHub Desktop.
Dummy page for Grammarly checking
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<title>Grammarly - Type your text</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<style> | |
textarea { | |
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; | |
font-size: 16pt; | |
padding: 25px; | |
margin: 25px; | |
} | |
</style> | |
</head> | |
<body> | |
<form action=""> | |
<center> | |
<textarea rows="24" cols="80" autofocus></textarea> | |
</center> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment