01
<title>Tiillouy</title>
<meta name="description"
content="Websites op maat">
<meta name="description"
content="Websites op maat">
02
function greet() {
console.log("Hello!");
}
console.log("Hello!");
}
03
// Frontend
const stack = [
'HTML', 'CSS',
'JS', 'React',
'Tailwind'
];
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
04
// Backend
const backend = [
'SQL',
'Java'
];
const backend = [
'SQL',
'Java'
];
05
class Project {
constructor(n, t) {
this.name = n;
this.tech = t;
}
}
constructor(n, t) {
this.name = n;
this.tech = t;
}
}
06
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind components;
@tailwind utilities;