Initial commit

This commit is contained in:
Ubuntu
2026-03-01 13:23:49 +00:00
commit a8e52093aa
1485 changed files with 453467 additions and 0 deletions

BIN
dist/assets/CarKiddologo-BJqJBuzL.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
dist/assets/Kenteken-vRjtByvW.ttf vendored Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
dist/assets/duitskenteken-DtX3fSHu.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

1
dist/assets/index-BGqLSz--.css vendored Normal file

File diff suppressed because one or more lines are too long

75
dist/assets/index-C-B8BNDb.js vendored Normal file

File diff suppressed because one or more lines are too long

BIN
dist/assets/kentekentv-DF27M8g1.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

BIN
dist/assets/logolang-BCk2kEeX.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

25
dist/index.html vendored Normal file
View File

@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#111111" media="(prefers-color-scheme: dark)" />
<meta name="theme-color" content="#f3f3f3" media="(prefers-color-scheme: light)" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="icon" type="image/png" href="/assets/CarKiddologo-BJqJBuzL.png" />
<link rel="apple-touch-icon" href="/assets/CarKiddologo-BJqJBuzL.png" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<title>Kenteken Generator</title>
<script type="module" crossorigin src="/assets/index-C-B8BNDb.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BGqLSz--.css">
</head>
<body>
<div id="root"></div>
</body>
</html>