Sign in

kelude / canrd-patent · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • canrd-patent
  • target
  • core-server
  • WEB-INF
  • jsp
  • index.jsp
  • canrd-patent
    bf6bc696
    maoyangou authored
    2016-07-11 11:24:34 +0800  
    Browse Code ยป
index.jsp 179 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
<%@page pageEncoding="utf-8"%>
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title>Hello, ${name}</title>
	</head>
	<body>
		<h2>Hello, ${name}</h2>
	</body>
</html>