TIILLOUY

Websites op jouw maat — geen templates

01 <title>Tiillouy</title>
<meta name="description"
 content="Websites op maat">
02 function greet() {
  console.log("Hello!");
}
03 // Frontend
const stack = [
  'HTML', 'CSS',
  'JS', 'React',
  'Tailwind'
];

Welkomstbericht

<h2>
Klaar om jouw bedrijf zichtbaar te maken?</h2>

Vanaf €500, snel online, zonder gedoe
HTML CSS JS React Tailwind
Bekijk projecten & opties →
04 // Backend
const backend = [
  'SQL',
  'Java'
];
05 class Project {
  constructor(n, t) {
    this.name = n;
    this.tech = t;
  }
}
06 @tailwind base;
@tailwind components;
@tailwind utilities;