Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
linkedinlearning
GitHub Repository: linkedinlearning/Software-Design-Requirements-Release-2825344
Path: blob/master/red30/src/main/webapp/index.jsp
580 views
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
	pageEncoding="ISO-8859-1"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Red30</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
	<jsp:include page="jsp/header.jsp"></jsp:include>
	<div class="container">
		<div class="text-content">
		<h3 align="center">Welcome to Red30 from <a href="https://hplussport.com/">HPlusSport</a></h3>
			<p align=left>
				<strong>Red30</strong> is powered by data from USDA's <a
					href="https://fdc.nal.usda.gov/about-us.html">FoodData Central</a>.
				Look up your favorite food products and find their nutritional value. Compare them with other products to plan your diet.
			</p>
			
		</div>
	</div>
</body>
</html>