Example

December 24, 2020 by sysdotini


Welcome

jiktim will post updates, stories, and other stuff here. this is a test page to teach small-brain jik members how jekyll works

// wow! this is rendered as code.
console.log("jiktim 2021");
<!DOCTYPE html>
<html lang="en">
  <head>
    <title>example</title>
  </head>

  <body>
    <p>Hello, world!</p>
  </body>
</html>