Newer
Older
jetty / web / index.jsp
Mark George on 28 Sep 2017 471 bytes Initial commit.
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
		<link rel="stylesheet" type="text/css" href="css/style.css"/>           
		<title>Awesome Web Site</title>
	</head>
	<body>

		<div id="content">

			<%@include file="/WEB-INF/jspf/menu.jspf" %>

			<h1>Welcome to our awesome web site!</h1>

			<img src="trump.jpg">
		</div>
	</body>
</html>