mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
57 lines
2.0 KiB
HTML
57 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="generator" content="Pomf <%= pkg.version %>" />
|
|
<title>Pomf.lain.la</title>
|
|
<link rel="icon" href="favicon.ico" />
|
|
<!--<link rel="stylesheet" href="pomf.min.css" />-->
|
|
<script src="test.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="jumbotron">
|
|
<h1>An absurdly powerful Pomf clone.</h1>
|
|
<p class="lead">Max upload size is 1 GiB, wow! read the <a href="/f/faq.html">
|
|
<abbr title="Frequently asked questions">FAQ</abbr>
|
|
</a>
|
|
</p>
|
|
<form id="upload-form" enctype="multipart/form-data" method="post" action="upload.php?output=html">
|
|
<button id="upload-btn" class="btn" type="button">Select or drop file(s)</button>
|
|
<input type="file" id="upload-input" name="files[]" multiple data-max-size="1024MiB">
|
|
<input type="submit" value="Submit">
|
|
</form>
|
|
<ul id="upload-filelist"></ul>
|
|
</div>
|
|
<!--<p class="alert alert-error">We're gettin' a business gigabit fiber port! There will be a bit of downtime on December 1st for this upgrade.</p>-->
|
|
<p class="alert alert-info">
|
|
<a href="https://infrablog.lain.la/">Interested in how this thing runs? Check out the Infrablog!</a>
|
|
</p>
|
|
</p>
|
|
</span>
|
|
<nav>
|
|
<ul>
|
|
<li>
|
|
<a href="/">Pomf</a>
|
|
</li>
|
|
<li>
|
|
<a href="tools.html">Tools</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/pomf/pomf">Git</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://infrablog.lain.la/transparency">Transparency</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://pomf.lain.la/f/faq.html">Terms & Privacy</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://infrablog.lain.la/funding-for-ideas-short">Donate</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</body>
|
|
</html> |