This commit is contained in:
tildearrow 2023-09-19 23:15:32 -05:00
parent 9d0659659b
commit 23b17b6d34

View file

@ -130,6 +130,10 @@ if __name__ == "__main__":
h1 { h1 {
text-align: center; text-align: center;
} }
img {
max-width: 100%%;
}
</style> </style>
<title>%s</title> <title>%s</title>
</head> </head>