···11-<!doctype html>
11+<!DOCTYPE html>
22<html lang="en">
33 <head>
44 <meta charset="utf-8" />
···66 <meta name="theme-color" content="#000000" />
77 <title>Washing Machine</title>
88 </head>
99- <body>
1010- <noscript
1111- >You need to enable JavaScript to run this app because I wanted to try out
1212- solidjs sorry</noscript
1313- >
1414- <div id="root"></div>
99+ <body class="bg-slate-200 text-neutral-800">
1010+ <noscript>You need to enable JavaScript to run this app because I wanted to
1111+ try out solidjs sorry</noscript>
1212+ <div class="flex justify-center" id="root"></div>
15131614 <script src="/src/index.tsx" type="module"></script>
1715 </body>