.templates
.well-known
about
errors
feed
gmod
images
matrix
minecraft
posts
src
startpage
styles
index.php
styles
terraria
tes3mp
.gitignore
.htaccess
README.md
deploy.sh
favicon.ico
index.php
logo.png
test.sh
94 lines
3.2 KiB
PHP
94 lines
3.2 KiB
PHP
<html>
|
|
<head>
|
|
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-meta.php';?>
|
|
<link href="/startpage/styles/styles.css" type="text/css" rel="stylesheet"/>
|
|
<title>New Tab</title>
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<form class="search-form" id="sp-search-form" action="https://www.startpage.com/do/dsearch" method="post">
|
|
<input type="text" name="query" class="search-input" placeholder="search" autofocus />
|
|
</form>
|
|
</div>
|
|
<div class="content">
|
|
<!-- LABBITY -->
|
|
<div class="spsection">
|
|
<div class="spsubsection">
|
|
<h4>Quicklinks</h4>
|
|
<a href="https://nc.9iron.club/index.php/apps/files">Files</a>
|
|
<a href="https://nc.9iron.club/index.php/apps/calendar">Calendar</a>
|
|
<a href="https://nc.9iron.club/index.php/apps/news">Feed</a>
|
|
</div>
|
|
<div class="spsubsection">
|
|
<h4>9iron</h4>
|
|
<a href="https://9iron.club">Index</a>
|
|
<a href="https://git.9iron.club">Gitea</a>
|
|
<a href="https://monitor.9iron.club">Grafana</a>
|
|
</div>
|
|
<div class="spsubsection">
|
|
<h4>AWS</h4>
|
|
<a href="https://console.aws.amazon.com">Console</a>
|
|
<a href="https://console.aws.amazon.com/billing/home">Billing</a>
|
|
<a href="https://aws.amazon.com/ec2/pricing/on-demand">Pricing</a>
|
|
</div>
|
|
<div class="spsubsection">
|
|
<h4>Resources</h4>
|
|
<a href="https://domains.google.com/">Google Domains</a>
|
|
<a href="https://docs.ansible.com/ansible/latest/index.html">Ansible Docs</a>
|
|
</div>
|
|
</div>
|
|
<!-- FUN -->
|
|
<div class="spsection">
|
|
<div class="spsubsection">
|
|
<h4>Fedi</h4>
|
|
<a href="https://cowfee.moe">Cowfee</a>
|
|
<a href="https://pl.smuglo.li">Smug</a>
|
|
<a href="https://tube.seriousposter.club/r/seriousposters#">SPCTube</a>
|
|
</div>
|
|
<div class="spsubsection">
|
|
<h4>Imageboards</h4>
|
|
<a href="https://smuglo.li">Smuglo</a>
|
|
<a href="https://8kun.top">8kun</a>
|
|
</div>
|
|
<div class="spsubsection">
|
|
<h4>Comms</h4>
|
|
<a href="https://app.element.io">Element</a>
|
|
<a href="https://discordapp.com/app">Discord</a>
|
|
<a href="https://web.telegram.org">Telegram</a>
|
|
</div>
|
|
<div class="spsubsection">
|
|
<h4>Galleries</h4>
|
|
<a href="https://derpibooru.org">Derpibooru</a>
|
|
<a href="https://gelbooru.com">Gelbooru</a>
|
|
</div>
|
|
</div>
|
|
<!-- NERD -->
|
|
<div class="spsection">
|
|
<div class="spsubsection">
|
|
<h4>Git</h4>
|
|
<a href="https://git.9iron.club">9iron</a>
|
|
<a href="https://gitlab.com">GitLab</a>
|
|
<a href="https://github.com">GitHub</a>
|
|
</div>
|
|
<div class="spsubsection">
|
|
<h4>Core</h4>
|
|
<a href="https://git.9iron.club/salt/ansible">Ansible</a>
|
|
<a href="https://git.9iron.club/salt/home">Home</a>
|
|
<a href="https://git.9iron.club/salt/www2">www2</a>
|
|
</div>
|
|
<div class="spsubsection">
|
|
<h4>Projects</h4>
|
|
<a href="https://itazuraneko.neocities.org/learn/guide.html">LEARN JAP</a>
|
|
</div>
|
|
<div class="spsubsection">
|
|
<h4>Other</h4>
|
|
<a href="https://tcrf.net">TCRF</a>
|
|
<a href="http://www.vgmpf.com">VGMPF</a>
|
|
<a href="https://git.axiodl.com/AxioDL/urde">URDE</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
|
|
</body>
|
|
</html>
|