25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!DOCTYPE html>
- <html>
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- </head>
- <style>
- body {
- margin: 0;
- }
- .content {
- padding-top: 2rem;
- display: flex;
- }
-
- .container {
- padding: 2px 16px;
- }
- </style>
- <body>
- <main class="content">
- <div class="container">
- ${template}
- </div>
-
- </main>
- </body>
- </html>
|