desultd/index.php

29 lines
1.0 KiB
PHP
Raw Normal View History

2020-09-11 11:07:28 -05:00
<!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">
2020-09-27 16:36:39 -05:00
<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>
2020-09-11 11:07:28 -05:00
</a>
</div>
</div>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
</body>
</html>