<?php

//echo "Use /install to setup the App's permissions."

?>
<html>
	<head>
		<style>
			h1 {
				color:#eb34d2;
				font-family: 'Roboto';
				margin: 10px;
				margin-top: 10px;
			}
			h2 {
				color:#ff0ae7;
				font-family: 'Roboto';
				margin: 20px;
			}
			form {
				color:#0073d1;
				margin: 20px;
				font-family: 'Roboto';
			}
		</style>
		<link rel="icon" type="image/png" href="/Content/skynamo-favicon-32x32.png" sizes="32x32">
		<link rel="icon" type="image/png" href="/Content/skynamo-favicon-16x16.png" sizes="16x16">
		<link rel="stylesheet" href="/Content/master.css" />
	</head>
	<body>
		
		<div style="display: inline-flex; width: " class="panel-heading ">
		<h2 style="margin: 0;" >Hubspot Integration</h2>
		<form style="margin: 0; margin-left: 10px;" action="install">
			<input class="btn btn-primary" type="submit" value="Click here to install" />
		</form>
		</div>
	</body>
</html>