RRoman Nurikadd new theme
10a9318d创建于 2017年4月28日历史提交
<!doctype html>
<html>
<head>
  <title>SlidesCodeHighlighter</title>
  <link rel="stylesheet" href="index.css">
</head>
<body>
  <!-- a comment -->
  <![CDATA[
    cdata is still a thing
  ]]>
  <foo bar="baz" blah=2 />
  <script>
    let $ = require('jquery');
    $.sayHi(15);
  </script>
</body>
</html>