index.html

12 lines | 239 B Blame History Raw Download
<!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>