All checks were successful
Push changes to production / deploy (push) Successful in 4s
14 lines
261 B
HTML
14 lines
261 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
|
|
<title>Shadeouts</title>
|
|
</head>
|
|
|
|
<body>
|
|
<p>Welcome to Shadeouts.</p>
|
|
</body>
|
|
</html>
|