31 lines
1.1 KiB
PHP
31 lines
1.1 KiB
PHP
<!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://desu.ltd" class="iconbutton">
|
|
<h1>desu</h1>
|
|
<p>You are here</p>
|
|
</a>
|
|
<a href="https://9iron.club" class="iconbutton">
|
|
<h1>9iron</h1>
|
|
<p>The vidya vault and the main domain</p>
|
|
</a>
|
|
<a href="https://cowfee.moe" class="iconbutton">
|
|
<h1>cowfee</h1>
|
|
<p>Federated shitposting</p>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
|
|
</body>
|
|
</html>
|