Skip to content
  • This project
    • Loading...
  • Sign in

Дмитрий Корытько / hware

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • hardwareconfig
  • ..
  • views
  • anonymous.jsp
  • root's avatar
    save · 3a8d7501
    3a8d7501 Browse Files
    root authored 2015-07-21 18:22:21 +0400
anonymous.jsp 197 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<html>
<head></head>

<body>
	<h1>Anonymous page</h1>

	<a href="<c:url value="/login.html" />">To Login</a>
</body>
</html>