You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Sorry, nothing yet. Come back again another time, maybe we'll have more done then! In the meantime, why not check out the <a href="github.com/Platypus-Tech/cloud-drafts">Github page</a>?</p>
<!--
<?php
$servername = "localhost";
$username = "username";
$password = "password";
// Create connection
$conn = new mysqli($servername, $username, $password);