Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
VBproDev authored Nov 15, 2024
1 parent 8b68125 commit 2bbcbf8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Draw on the canvas, then get the js script to render it on the HTML canvas" />
<meta name="description" content="Draw with your pointer on the HTML canvas, then get the code to render it." />
<meta name="keywords" content="draw, canvas, javascript, mouse, pointer, no-code, HTML, Canvascript" />
<meta name="author" content="Viraj Bijpuria" />
<meta property="og:title" content="CanvaScript - Design for the canvas" />
<meta property="og:description" content="Draw with your pointer on the HTML canvas, then get the code to render it" />
<meta property="og:title" content="CanvaScript - Draw on the HTML canvas without writing code" />
<meta property="og:description" content="Draw with your pointer on the HTML canvas, then get the code to render it." />
<meta property="og:image" content="https://vbprodev.github.io/Canvascript/CanvaScript.png" />
<meta property="og:url" content="https://vbprodev.github.io/Canvascript/" />
<meta property="og:type" content="website" />
<meta name="google-site-verification" content="2nZEIGfRoHGC-BS3L-BIv6bkhVUZDpoGNgUK9Z4Pub8" />
<link href="min/stylesheet.min.css" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" />
<link rel="icon" href="assets/CanvaScript.png" type="image/icon type" />
<title>CanvaScript - Design for the canvas</title>
<title>CanvaScript - Draw on the HTML canvas graphics without writing code</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
Expand Down Expand Up @@ -148,4 +148,4 @@ <h4 class="me-1">Line width:</h4>
<script src="min/script.min.js"></script>
</body>

</html>
</html>

0 comments on commit 2bbcbf8

Please sign in to comment.