add: css to page

This commit is contained in:
2025-07-09 00:03:03 +02:00
parent 001a8c692e
commit cbab99cc82
4 changed files with 14 additions and 2 deletions

View File

@ -0,0 +1,6 @@
img {
width: 1000px;
height: 1000px;
}

View File

@ -6,7 +6,7 @@
</head>
<body>
<h1>{{ category.name }}</h1>
{{ content }}
</body>
</html>