Rule34-I2P/views/index.ejs

30 lines
1.1 KiB
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rule34 I2P</title>
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<header>
<h1>Welcome to Rule34 on I2P</h1>
<form action="/posts" method="GET">
<input type="text" name="search" placeholder="Search Rule34" required>
<button type="submit">Search</button>
</form>
<a href="/posts">
<button type="button">Recent Posts</button>
</a>
<a href="/donate">
<button type="button">Donate</button>
</a>
<footer>
<p>This is NOT an official <a href="https://rule34.xxx">Rule34</a> site, its a front proxy made by <a href="http://profile.community.i2p/v00rm">v00rm</a>. Source code available on <a href="http://git.community.i2p/v00rm/Rule34-I2P" target="_blank">git.community.i2p</a></p>
<p>Contact me via email <a href="mailto:v00rm@mail.i2p">v00rm@mail.i2p</a></p>
</footer>
</header>
</body>
</html>