<!DOCTYPE html>

<html>
<head>
  <title>mojoPortal Setup</title>
	<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" />
	<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" />
</head>
<body class="container">
	<img src="../Data/SiteImages/mojoportal-logo.svg" alt="mojoPortal Content Management System" height="100" width="400" />
  <h1>Welcome to mojoPortal Setup</h1>
<!-- tags excluded on purpose so that installation feedback messages are displayed
</body>
</html>
-->
<hr />
<div class="card border-info">
	<h3 class="card-header text-bg-info">Note</h3>
	<div class="card-body">
<p>Setup is disabled. To continue, please set DisableSetup to false in Web.config</p>
		<dl class="row mb-0">
			<dt class="col-sm-3">Database Platform</dt><dd class="col-sm-9">MSSQL</dd>
			<dt class="col-sm-3">Database Schema Version</dt><dd class="col-sm-9">2.9.2.1</dd>
			<dt class="col-sm-3">Application Code Version</dt><dd class="col-sm-9">2.9.2.1</dd>
			<dt class="col-sm-3">Message</dt><dd class="col-sm-9">Setup is disabled. To continue, please set DisableSetup to false in Web.config</dd>
		</dl>
	</div>
</div>
	</body>
</html>