Skip to content

hansei-22/Comic

Repository files navigation

my-comic/ ├── index.html ← Homepage ├── style.css ← Styles (colors, fonts, layout) ├── chapter1/ │ ├── page1.jpg │ ├── page2.jpg │ └── ... ├── chapter2/ │ ├── page1.jpg │ └── ...

<title>My Comic</title>

My Comic

Chapter 1 Chapter 2

Welcome to my comic! Click a chapter to start reading.

© 2025 Your Name

<title>Chapter 1 - Page 1</title>

Chapter 1

1 2 Home

Chapter 1 Page 1

Next Page → body { font-family: Arial, sans-serif; background-color: #fdfdfd; text-align: center; margin: 0; padding: 0; }

header, footer { background-color: #222; color: white; padding: 10px; }

nav a { color: #fff; margin: 0 10px; text-decoration: none; }

img { max-width: 100%; height: auto; margin: 20px 0; }

main a { display: inline-block; margin: 20px; text-decoration: none; color: #222; font-weight: bold; }

Releases

No releases published

Packages

No packages published