Skip to content
Snippets Groups Projects
Commit f8f58919 authored by 장명현's avatar 장명현
Browse files

auto-generate HTML/PDF [skip-ci-pdf]

parent fe63b7b3
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@
<li>🎨 Custom themes (Light/Dark/Colorful)</li>
<li>📈 Analytics to track focus trends</li>
<li>"new article"</li>
<li>"add second word"</li>
</ul>
<hr />
<h2>📸 Screenshot</h2>
......
No preview for this file type
ex2.html 0 → 100644
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ex2</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/default.min.css">
<style>
body { font-family: sans-serif; max-width: 800px; margin: auto; padding: 2rem; }
pre code { background: #f5f5f5; padding: 1rem; display: block; overflow-x: auto; }
h1, h2, h3 { border-bottom: 1px solid #ddd; padding-bottom: 0.3em; }
</style>
</head>
<body>
<h3>✨ My Awesome Project</h3>
<p>Welcome to <strong>My Second Awesome Project!!</strong></p>
</body>
</html>
ex2.pdf 0 → 100644
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment