Newer
Older
SampleSpringSecurity / src / main / resources / static / hello.html
yhornisse on 30 May 2023 100 bytes init
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8" />
  5. </head>
  6. <body>
  7. Hello, World
  8. </body>
  9. </html>