mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 12:13:24 +09:00
32 lines
706 B
Plaintext
32 lines
706 B
Plaintext
<%@ page contentType="text/html; charset=UTF-8"%>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Insert title here</title>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
<!-- 첫 번째 공간 -->
|
|
달력
|
|
</div>
|
|
<div class="col-md-6">
|
|
<!-- 두 번째 공간 -->
|
|
로고
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
<!-- 세 번째 공간 -->
|
|
부족한 재고
|
|
</div>
|
|
<div class="col-md-6">
|
|
<!-- 네 번째 공간 -->
|
|
개시판(공지사항)
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |