Initial stuffing
This commit is contained in:
30
index.php
Normal file
30
index.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<!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>Decentralized shitposting</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user