Files
frontend-bootcamp/step2-01/exercise/index.html
2019-02-18 14:45:00 -08:00

21 lines
269 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
* {
margin: 0;
outline: 0;
}
textarea {
width: 100vh;
height: 100vh;
border: none;
}
</style>
</head>
<body>
<div id="app"></div>
</body>
</html>