📝 Added sandbox (code sketchbook)
This commit is contained in:
parent
b475595f7f
commit
b5daf18b1a
142 changed files with 100702 additions and 0 deletions
13
sandbox/prism_test/index.html
Normal file
13
sandbox/prism_test/index.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Prism Test</title>
|
||||
<link rel="stylesheet" href="./themes/prism_okaidia.css">
|
||||
</head>
|
||||
<body>
|
||||
<pre><code class="language-js">console.log('hello')</code></pre>
|
||||
<script src="./prism_js/prism_okaidia.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue