go-ethereum/_includes/note.html
Joseph Cook 52c85f2d0c
"get started" tutorial revamp (#24814)
* initial commit for gettign started pages

* update to sepolia testnet

* back to goerli, start console section

* finish web3js section

* finish 1st draft

* fix whitespace in css, + linux notes, tidy for PR

* simplify py hex -> decimal

* turn note into an alert box

* reduce spacing a bit

* minor fixes

Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2022-05-05 17:04:52 +02:00

5 lines
136 B
HTML

<div markdown="span" class="alert alert-info" role="alert">
<i class="fa fa-info-circle"></i> <b>Note:</b>
{{ include.content }}
</div>