- Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathSubmit.html
More file actions
Latest commit
executable file
·94 lines (91 loc) · 3.88 KB
/
Copy pathSubmit.html
File metadata and controls
executable file
·94 lines (91 loc) · 3.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<html>
<head>
<title>Python Hacker News | Submit</title>
<metahttp-equiv="Content-Type" content="text/html; charset=utf-8" />
<metaname="keywords" content="" />
<metaname="description" content="" />
<metaname="author" content="" />
<metahttp-equiv="Content-Type" content="text/html; charset=UTF-8" />
<linkhref="/static/news.css" rel="stylesheet" type="text/css" />
<linkrel="alternate" type="application/rss+xml" title=" RSS Feed" href=/feed/>
<scripttype="text/javascript">
var_gaq=_gaq||[];
_gaq.push(['_setAccount','UA-29270129-1']);
_gaq.push(['_trackPageview']);
(function(){
varga=document.createElement('script');ga.type='text/javascript';ga.async=true;
ga.src=('https:'==document.location.protocol ? 'https://ssl' : 'http://www')+'.google-analytics.com/ga.js';
vars=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);
})();
</script>
</head>
<body>
<center>
<tableborder=0cellpadding=0cellspacing=0width="85%" bgcolor=#f6f6ef>
<tr>
<tdbgcolor=#00a300>
<tableborder=0cellpadding=0cellspacing=0width="100%" style="padding:2px">
<tr>
<tdstyle="width:18px;padding-right:4px">
<ahref="http://www.pythonmeme.com">
<imgsrc="static/logo.png" width="16" height="16" style="border:1px #00a300 solid;">
</a>
</td>
<tdstyle="line-height:12pt; height:10px;">
<spanclass="pagetop">
<b>Submit
</b>
</span>
</td>
</tr>
</table>
</td>
</tr>
<trstyle="height:10px">
</tr>
<tr>
<td>
<formmethod=postaction="/post">
<tableborder=0>
<tr>
<td>title
</td>
<td>
<inputtype=textname="t" value="" size=50>
</td>
</tr>
<tr>
<td>url
</td>
<td>
<inputtype=textname="u" value="" size=50>
</td>
</tr>
<tr>
<td>
</td>
<td>
<inputtype=submitvalue="submit">
</td>
</tr>
<trstyle="height:20px">
</tr>
<tr>
<td>
</td>
<td>
You can also submit via
<ahref="/bookmarklet">
<u>bookmarklet
</u>
</a>.
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</center>
</body>
</html>