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
|
#+DATE: 2023-10-18
|
||||||
|
|
||||||
#+BEGIN_HTML
|
#+BEGIN_HTML
|
||||||
<style
|
<svg fill="none" viewBox="0 0 600 300" width="600" height="300" xmlns="http://www.w3.org/2000/svg">
|
||||||
type="text/css">
|
<foreignObject width="100%" height="100%">
|
||||||
h1 {color:red;}
|
<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;}
|
<div class="container">
|
||||||
</style>
|
<h1>Hi 👋</h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
</svg>
|
||||||
<p>
|
<p>
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="https://helm.sh/img/helm.svg" align="center" width="144px" height="144px"/>
|
<img src="https://helm.sh/img/helm.svg" align="center" width="144px" height="144px"/>
|
||||||
|
|
Loading…
Reference in a new issue