1. Log into GCP.
https://console.developers.google.com/cloud-resource-manager
2. Log in using your GCP Account email and password.
3. Choose your project from the drop down.
";
// Encode content safely to prevent warnings
$safeContent = htmlspecialchars($content, ENT_QUOTES | ENT_HTML5, 'UTF-8');
// Output the content
echo $safeContent;
>