로토의 블로그

prism.js test

const hello = 'hello';
const world = 'world';
console.log(`${hello} ${world}`);
<article>
  <h3>hello world!</h3>
</article>
body {
  width: 100%;
  height: 100%;
}