diff --git a/ex1.html b/ex1.html index 931144d8a0297607bf7dfcd7de9439a844fc64a5..a6a35413ef9911602a30b2d3c31cdda2df66fa82 100644 --- a/ex1.html +++ b/ex1.html @@ -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> diff --git a/ex1.pdf b/ex1.pdf index 2aa3b74c0b2e8acca481cd01235f7ed110f5602a..74d4ac3cacc4d984bea3ec99fa423ab1f9973101 100644 Binary files a/ex1.pdf and b/ex1.pdf differ diff --git a/ex2.html b/ex2.html new file mode 100644 index 0000000000000000000000000000000000000000..ef9b179dd5449030bc1ed68c710fdcc766d0b3af --- /dev/null +++ b/ex2.html @@ -0,0 +1,18 @@ + +<!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> diff --git a/ex2.pdf b/ex2.pdf new file mode 100644 index 0000000000000000000000000000000000000000..d7615dfd657fe9c37d5f331437f8e02cdc4f17df Binary files /dev/null and b/ex2.pdf differ