Update static/asic-design-code-generator.html
Browse files
static/asic-design-code-generator.html
CHANGED
|
@@ -9,6 +9,9 @@
|
|
| 9 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 10 |
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
|
| 11 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@2.0.7/css/boxicons.min.css">
|
|
|
|
|
|
|
|
|
|
| 12 |
<style>
|
| 13 |
:root {
|
| 14 |
--primary-color: #0277bd;
|
|
@@ -214,6 +217,7 @@
|
|
| 214 |
</div>
|
| 215 |
</div>
|
| 216 |
</body>
|
|
|
|
| 217 |
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
| 218 |
<script>
|
| 219 |
document.addEventListener("DOMContentLoaded", () => {
|
|
|
|
| 9 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 10 |
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
|
| 11 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@2.0.7/css/boxicons.min.css">
|
| 12 |
+
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.25.0/themes/prism-tomorrow.min.css" rel="stylesheet" />
|
| 13 |
+
|
| 14 |
+
|
| 15 |
<style>
|
| 16 |
:root {
|
| 17 |
--primary-color: #0277bd;
|
|
|
|
| 217 |
</div>
|
| 218 |
</div>
|
| 219 |
</body>
|
| 220 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.25.0/prism.min.js"></script>
|
| 221 |
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
| 222 |
<script>
|
| 223 |
document.addEventListener("DOMContentLoaded", () => {
|