Update README.org
This commit is contained in:
parent
3e17c54847
commit
88b53ef762
1 changed files with 18 additions and 5 deletions
23
README.org
23
README.org
|
@ -1,12 +1,25 @@
|
|||
#+DATE: 2023-10-18
|
||||
|
||||
#+BEGIN_HTML
|
||||
<style
|
||||
type="text/css">
|
||||
h1 {color:red;}
|
||||
<svg fill="none" viewBox="0 0 600 300" width="600" height="300" xmlns="http://www.w3.org/2000/svg">
|
||||
<foreignObject width="100%" height="100%">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml">
|
||||
<style>
|
||||
.container {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
</style>
|
||||
|
||||
p {color:blue;}
|
||||
</style>
|
||||
<div class="container">
|
||||
<h1>Hi 👋</h1>
|
||||
</div>
|
||||
</div>
|
||||
</foreignObject>
|
||||
</svg>
|
||||
<p>
|
||||
<div align="center">
|
||||
<img src="https://helm.sh/img/helm.svg" align="center" width="144px" height="144px"/>
|
||||
|
|
Loading…
Reference in a new issue