.templates
about
errors
images
minecraft
src
common-footer.php
common-header.php
common-inspiration.php
common-meta.php
common-subtitle.php
logo.xcf
styles
terraria
.dockerignore
.gitignore
.gitlab-ci.yml
.htaccess
Dockerfile
Jenkinsfile
README.md
favicon.ico
index.php
logo.png
test.sh
16 lines
411 B
PHP
16 lines
411 B
PHP
<div class="header">
|
|
<a href="/" class="logocontainer">
|
|
<img class="logo" src="/logo.png" alt="some form of animu" width=384 height=384 />
|
|
<span>
|
|
<h1>9iron.club</h1>
|
|
<p class="nomobile"><?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-subtitle.php';?></p>
|
|
</span>
|
|
</a>
|
|
<nav class="navbar">
|
|
<ul>
|
|
<a href="/"><li>Home</li></a>
|
|
<a href="/about"><li>About</li></a>
|
|
</ul>
|
|
</nav>
|
|
</div>
|