Skip to content

About

Welcome to the about page.

This markdown supports html elements like the p tag coupled with inline styles

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.

Even satire code snippets with syntax highlighting are also supported. 😅

js
const lang = prompt("What is your favorite programming language?");

(lang === "JavaScript") | (lang === "javascript") | (lang === "js")
  ? alert("JavaScript to the world! 🚀🟡")
  : alert(`We don't permit such languages here 💩`);

Of course, images are not left out.

adocs logo

Released under the MIT License.