adjust layout
parent
569ce4a011
commit
e6e820402d
25
README.md
25
README.md
|
@ -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>
|
Loading…
Reference in New Issue