File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
<!DOCTYPE html>
<html lang="ko">
<head>
<title>화이트보드</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<meta name="format-detection" content="telephone=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
<style>
</style>
</head>
<body>
<style>
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: #fff;
}
#contents2 {
width: 100%;
height: 100%;
margin: 0px auto 0;
font-size: 0px;
}
#contents2 p {
font-size: 14px;
}
.whiteboard {
background-color: #fff;
width: 100vw;
height: 100vh;
}
</style>
<div id="contents2">
<div class="whiteboard"></div>
</div>
</body>
</html>