<!DOCTYPE html> <html> <head> <?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-meta.php';?> <link href="/styles/buttons.css" type="text/css" rel="stylesheet" /> <!-- These are just to make the big buttons look nice. Feel free to block --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous"> <title>Desu, Ltd.</title> </head> <body> <?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?> <div class="content"> <div class="iconbuttoncontainer"> <a href="https://cowfee.moe" class="iconbutton"> <i class="fa fa-pleroma"></i> <h1>pleroma</h1> <p>Shitpost to strangers</p> </a> <a href="https://9iron.club/matrix" class="iconbutton"> <i class="fa fa-matrix-org"></i> <h1>matrix</h1> <p>Talk shit to literally nobody</p> </a> </div> </div> <?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?> </body> </html>