10 lines
117 B
HTML
10 lines
117 B
HTML
|
|
<style>
|
||
|
|
* {
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
body {
|
||
|
|
background-color: white;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<img src="./images/inline-node-ref.png">
|