Skip to content

Commit

Permalink
fix(docs): correct the 'Include CSS and JS' installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondinho authored Nov 28, 2024
1 parent c6ffb0c commit a211ca4
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<pre data-line="10"><code class="language-html">&lt;!DOCTYPE html&gt;
<pre data-line="6,9"><code class="language-html">&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta charset=&quot;utf-8&quot; /&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot; /&gt;
&lt;link href=&quot;output.css&quot; rel=&quot;stylesheet&quot; /&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;!-- ... --&gt;
&lt;script src=&quot;_content/LumexUI/LumexUI.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;_framework/blazor.webassembly.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;_content/LumexUI/js/LumexUI.js&quot; type=&quot;module&quot;&gt;&lt;/script&gt;
&lt;!-- Blazor framework assets --&gt;
&lt;/body&gt;
&lt;/html&gt;
</code></pre>

0 comments on commit a211ca4

Please sign in to comment.