---
title: sample page
tag: javascript
---

```js
const fn = () => {
  console.log('996 gogogo');
};

fn();
```

there's noting else here.

![demo image](/public/img.png)
