kotlin/app-homepage-react/client/public/index.html (
10
lines of code) (
raw
):
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Application Homepage Example</title> </head> <body> <div id="root"></div> </body> </html>