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