📦 Initialize Geulbeot structure and merge Prompts & test projects

This commit is contained in:
2026-03-05 11:32:29 +09:00
commit 555a954458
687 changed files with 205247 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
function buildPreviewA() {
return `
<!-- 표지 -->
<div class="preview-a4">
<div class="pad">
<div class="cover-top">[날짜]<br>[작성자]</div>
<div class="cover-center">
<div class="cover-title">[제목]</div>
<div class="cover-sub">[부제]</div>
</div>
</div>
</div>