stable-diffusion-aws-extension/aws_extension/cloud_api_manager/api.html

32 lines
461 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{title}}</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
word-break: break-all;
}
code {
color: #333333;
}
h4 {
color: cornflowerblue;
}
code {
color: green;
}
</style>
</head>
<body>
{{content}}
</body>
</html>