We going plaintext now boys
This commit is contained in:
22
index.php
22
index.php
@@ -2,26 +2,18 @@
|
||||
<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>
|
||||
<h1>desu.ltd?</h1>
|
||||
<p>desu.ltd. The domain of me, some random guy on the internet named Salt.</p>
|
||||
<h1>Where are the goods?</h1>
|
||||
<ul>
|
||||
<li><a href="https://git.desu.ltd">git.desu.ltd</a> - My personal code forge</li>
|
||||
<li><a href="https://nc.desu.ltd">nc.desu.ltd</a> - Nextcloud, for storing files and other things</li>
|
||||
</ul>
|
||||
</div>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user