Skip to content

Instantly share code, notes, and snippets.

@lahirue
Created October 21, 2015 06:41
Show Gist options
  • Save lahirue/263be80bb5a8270ad689 to your computer and use it in GitHub Desktop.
Save lahirue/263be80bb5a8270ad689 to your computer and use it in GitHub Desktop.
Simple JSP For WSO2 Carbon Component UI
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
</head>
<body>
<h1>Hello world Lahiru</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment