<!DOCTYPE html>
<html>
<head>
<title>Safety Performance Partners</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: Arial;
text-align: center;
padding: 60px;
background: #f5f5f5;
}
.container {
max-width: 600px;
margin: auto;
background: white;
padding: 40px;
border-radius: 12px;
}
h1 { color: #1a1a1a; }
p { color: #555; }
a.button {
display: inline-block;
margin-top: 20px;
padding: 15px 25px;
background: #0a66c2;
color: white;
text-decoration: none;
border-radius: 8px;
}
</style>
</head>
<body>
<div class="container">
<h1>Safety Performance Partners</h1>
<p>
Field Safety Intelligence for Real-Time Hazard Detection and Operational Risk Insight.
</p>
<a class="button" href="https://forms.gle/tXaejouxuT9txw4L7">
Report a Hazard
</a>
<p style="margin-top:20px; font-size:12px;">
SH 810 Field Validation Pilot
</p>
</div>
</body>
</html>