Home / testsuite / integration-arquillian / test-apps / spring-boot-adapter / src / main / resources / static / index.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>springboot test page</title> </head> <body> <div class="test">Click <a href="admin/index.html" class="adminlink">here</a> to go admin</div> </body> </html>