adjust layout

hkr04 2025-04-10 00:27:46 +08:00
parent 569ce4a011
commit e6e820402d
1 changed files with 21 additions and 4 deletions

View File

@ -63,7 +63,24 @@ Run experimental planning flow (only agent `Humanus` as executor):
```
## Acknowledgement
<p align="center">
<img src="assets/whu.png" height="120"/>
<img src="assets/myth.png" height="120"/>
</p>
<!DOCTYPE html>
<html>
<head>
<style>
.center-images {
display: flex;
justify-content: center;
align-items: center;
}
.image {
margin: 030px;
}
</style>
</head>
<body>
<div class="center-images">
<img class="image" src="assets/whu.png" height="120"/>
<img class="image" src="assets/myth.png" height="120"/>
</div>
</body>
</html>