first
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<html>
|
||||
<head><title>LINKYLINKYLINKYLINKYLINKY</title></head>
|
||||
|
||||
<body>
|
||||
Login:
|
||||
<form method="post" action="/login">
|
||||
<input type="password" id="password" name="password"/>
|
||||
<input type="submit" value="Submit/>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>LINKYLINKYLINKYLINKYLINKY</title>
|
||||
<description>Linky.</description>
|
||||
<link>{{ link }}</link>
|
||||
<atom:link href="{{ link }}/rss.xml" rel="self" type="application/rss+xml" />
|
||||
<language>en</language>
|
||||
|
||||
{{ xmlfrag }}
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
@@ -0,0 +1,11 @@
|
||||
<html>
|
||||
<head><title>LINKYLINKYLINKYLINKYLINKY</title></head>
|
||||
|
||||
<body>
|
||||
Send link:
|
||||
<form method="post" action="/sendlink">
|
||||
<textarea name="linkdata" id="linkdata" cols="50" rows="10"></textarea>
|
||||
<input type="submit" value="Submit"/>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user