Make your own meet-your-server page!
            
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Make your own meet-your-server page!</title>
</head>
<body>
    <div class="container" style="text-align: center;">
        <div class="subcontainer" style="display: inline-block; text-align: left; max-width: 800px; background-color: rgba(253, 249, 249, 0.5); padding-left:20px; padding-right: 20px; box-shadow: 0 0 30px 30px rgba(253, 249, 249, 0.6);">
            <div class="title" style="font-size: 32px; margin-bottom: 30px; margin-top: 30px;">Meet your server friend!</div>
            <div class="maintext" style="margin-top: 30px; margin-bottom: 30px;">
                Here are some layers and dimensions you could consider when introducing your server-friend:
                <br><br>
                What kind of a machine is your server-friend embodied in?
                <br>
                How did you first meet this machine?
                <br><br>
                What operating system is it running on?
                <br><br>
                How is it connected to the public internet? 
                <br>
                What telecom carrier or internet service provider is the server using? 
                <br><br>
                What does your server-friend's living environment look like? 
                <br><br>
                Who and what are its neighbors?
                <br><br>
                Who takes care of internet?
                <br><br>
                What does it need and want?
                <br><br>
                What does it like and dislike?
                <br><br>
                What else?
                <br>

            </div>
        </div>
    </div>
</body>
</html>