13 lines
401 B
HTML
13 lines
401 B
HTML
<!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>
|