basic code embeds (html escaped no style)

This commit is contained in:
2021-01-28 03:10:54 +01:00
parent e0ec96562d
commit 440b59f3c9
8 changed files with 860 additions and 2 deletions

17
dist/index.html vendored
View File

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sass test</title>
<link rel="stylesheet" href="/dist/ef19487056b129c8f3eda17f9543ab70.css">
<link rel="stylesheet" href="/dist/9fe7b1b7e5e98c2e3a4ea4f053439023.css">
</head>
<body>
<header>
@ -25,6 +25,20 @@
</header>
<main>
<div class="container">
<pre style="margin: 0;" class="code">
<code>
<h1>test</h1>
code here, escape it yourself.
</code>
</pre>
<pre>
<code>
<h1>test</h1>
code here, escape it yourself.
<h2>test</h2>
</code>
</pre>
<h1 style="text-align: center;">Alert Elements</h1>
<div class="alert-primary"> test </div><br>
<div class="alert-danger"> test </div><br>
@ -72,5 +86,6 @@
</main>
<br><br><br>
<br><br><br>
<script src="/dist/2d47c8cd43d85995abf14afd917c8434.js"></script>
</body>
</html>