rf-web/vendor/bundle/gems/rouge-3.12.0/lib/rouge/demos/html

9 lines
223 B
Plaintext
Raw Normal View History

2019-10-21 08:18:17 +00:00
<html>
<head><title>Title!</title></head>
<body>
<p id="foo">Hello, World!</p>
<script type="text/javascript">var a = 1;</script>
<style type="text/css">#foo { font-weight: bold; }</style>
</body>
</html>