Skip to content

Commit

Permalink
0.38.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanchuan committed Jan 30, 2024
1 parent dd2558e commit c0878bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=PT+Mono&display=swap" rel="stylesheet">
<script>(window.customElements && document.head.attachShadow) || (document.querySelector('html').className += ' oldie')</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/css-doodle/0.38.3/css-doodle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/css-doodle/0.38.4/css-doodle.min.js"></script>
</head>
<body>

Expand All @@ -23,7 +23,7 @@
<h1>
<span class="title">
&lt; <em>css-doodle</em> /&gt;
<a class="version" href="https://cdnjs.cloudflare.com/ajax/libs/css-doodle/0.38.3/css-doodle.min.js">v0.38.3</a>
<a class="version" href="https://cdnjs.cloudflare.com/ajax/libs/css-doodle/0.38.4/css-doodle.min.js">v0.38.4</a>
</span>
</h1>
<p>A web component for drawing patterns with CSS</p>
Expand Down Expand Up @@ -87,11 +87,11 @@ <h3>
<section class="gettting-started wrap">
<h2><a name="getting-started"></a>Getting Started</h2>
<p>
Download the <a href="https://cdnjs.cloudflare.com/ajax/libs/css-doodle/0.38.3/css-doodle.min.js">latest version</a> or include it directly from a CDN:
Download the <a href="https://cdnjs.cloudflare.com/ajax/libs/css-doodle/0.38.4/css-doodle.min.js">latest version</a> or include it directly from a CDN:
</p>
<p class="first-code-sample">
<textarea code>
<script src="https://cdnjs.cloudflare.com/ajax/libs/css-doodle/0.38.3/css-doodle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/css-doodle/0.38.4/css-doodle.min.js"></script>

<css-doodle>
/* put your code here */
Expand Down

0 comments on commit c0878bf

Please sign in to comment.