move includes
This commit is contained in:
parent
170985b8f3
commit
ffb934447c
6 changed files with 9 additions and 9 deletions
5
inc/footer.php
Normal file
5
inc/footer.php
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<div class="section footer">
|
||||
Copyleft <span class="copyleft">©</span> Yuki <?=date("Y")?>
|
||||
<br>
|
||||
<a href="https://git.lgbt/root/site">View Source</a>
|
||||
</div>
|
||||
34
inc/header.php
Normal file
34
inc/header.php
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
<?php
|
||||
$links = array(
|
||||
array(
|
||||
"name" => "Git",
|
||||
"link" => "https://git.possum.city/yukil"
|
||||
),
|
||||
array(
|
||||
"name" => "Fedi",
|
||||
"link" => "https://possum.city/@root"
|
||||
),
|
||||
array(
|
||||
"name" => "Matrix",
|
||||
"link" => "https://matrix.to/#/@root:possum.city"
|
||||
),
|
||||
array(
|
||||
"name" => "XMPP",
|
||||
"link" => "xmpp:yukil@possums.gay"
|
||||
),
|
||||
array(
|
||||
"name" => "E-Mail",
|
||||
"link" => "mailto:yuki@possum.city"
|
||||
),
|
||||
);
|
||||
?>
|
||||
<div class="section header">
|
||||
<h2 class="title">Yuki's WWWorld</h2>
|
||||
</div>
|
||||
<div class="section navbar">
|
||||
<ul>
|
||||
<li><a href="./">Home</a></li>
|
||||
<li><a href="pronouns">Pronouns</a></li>
|
||||
<li><a href="links">Links</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
7
inc/top.php
Normal file
7
inc/top.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<div data-nosnippet="true" class="globan globan-dropdown-collapsed dark logo-flag" id="globan" style="z-index: 40;">
|
||||
<div class="globan-center">
|
||||
<div class="globan-content">
|
||||
<span>An official website of the European Unyan</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue