Files
core/tmp_msg/msg.html
T
2018-02-04 22:55:33 +09:00

38 lines
825 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>JSON 지도</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<script src="../e_lib/jquery-3.2.1.min.js"></script>
<script src="msg.js"></script>
<link href="../twe/css/normalize.css" rel="stylesheet">
<link href="../twe/css/common.css" rel="stylesheet">
<link href="msg.css" ref="stylesheet">
<script>
</script>
</head>
<body style="background-color: black;">
<div id="message_board">
<div class="float_left">
<section class="public_message">
</section>
<section class="private_message">
</section>
</div>
<div class="float_left">
<section class="diplomacy_message">
</section>
<section class="national_message">
</section>
</div>
</div>
</body>
</html>