Hi
I have this code . Haw to oped java on this server
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/logo.png" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Sak | Portfolio</title> </head> <body class="bg-night"> <div id="root"></div> <script type="module" src="/src/main.jsx"></script> </body> </html>