Update README.md

This commit is contained in:
Ric Harvey 2024-11-13 22:22:00 +00:00
parent 766085e0d2
commit ee39e5e3a2

View file

@ -1,5 +1,4 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.js">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.js"></script>
# < 👋 Hello World >
<link rel="me" href="https://mastodon.squarecows.com/@Ric">
@ -7,6 +6,7 @@ Hi everyone and welcome to my profile, I'm Richard Harvey (or you can call me Ri
## test chart
<html>
<canvas id="myChart" style="width:100%;max-width:700px"></canvas>
<script>
@ -26,7 +26,7 @@ new Chart("myChart", {
options: {...}
});
</script>
</html>
## Contact