Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into experimental-content
Browse files Browse the repository at this point in the history
  • Loading branch information
mcking65 committed Jul 28, 2024
2 parents e793398 + 1637413 commit 166b9fc
Show file tree
Hide file tree
Showing 66 changed files with 289 additions and 343 deletions.
3 changes: 2 additions & 1 deletion content-templates/Example-Template.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,12 @@ <h2>Javascript and CSS Source Code</h2>

<section>
<h2 id="sc1_label">HTML Source Code</h2>
<p id="sc1_description">To copy the following HTML code, please open it in CodePen.</p>
<div role="separator" id="sc1_start_sep" aria-labelledby="sc1_start_sep sc1_label" aria-label="Start of"></div>
<pre><code id="sc1"></code></pre>
<div role="separator" id="sc1_end_sep" aria-labelledby="sc1_end_sep sc1_label" aria-label="End of"></div>
<script>
sourceCode.add('sc1', 'ex1', 'ex_label', 'css_js_files');
sourceCode.add('sc1', 'ex1', 'ex_label', 'css_js_files', 'sc1_description');
sourceCode.make();
</script>
</section>
Expand Down
Loading

0 comments on commit 166b9fc

Please sign in to comment.