---
title: Other Lang
privacy: public
---

Some un-langed code:

```html
<h1>This is a title tag code</h1>
```  

```js
this.isFlavorLessCode = true;
```

```css
.className {
  border-top: 1px solid grey !important;
}
```
