Skip to content

Instantly share code, notes, and snippets.

@sonnyksimon
Last active September 15, 2019 03:27
Show Gist options
  • Save sonnyksimon/5a020aaf784e9be50d3ec29fc2cd2759 to your computer and use it in GitHub Desktop.
Save sonnyksimon/5a020aaf784e9be50d3ec29fc2cd2759 to your computer and use it in GitHub Desktop.
reddit.html
<html>
<head>
<meta http-equiv="Content-Type" name="text/html; charset=UTF-8">
<title>reddit - what's new online</title>
<script src="/static/prototype.js" language="javascript" type="text/javascript"></script>
<script language="javascript"><% if logged_in_p %>var logged = true<% else %>var logged = false<% endif %></script>
<script src="/static/logic.js" language="javascript" type="text/javascript"></script>
<link rel="stylesheet" href="/static/styles.css" type="text/css">
<link rel="shortcut icon" href="/static/favicon.ico">
<% if rss_url %><link rel="alternate" type="text/xml" title="RSS" href={{rss_url}}><% endif %></head>
<body>
<table id="toolbar" cellpadding="0">
<tr>
<td rowspan="2"><a href="/"><img style="vertical-align: bottom; border: 0" src="/static/redditheader.gif"></a></td>
<td colspan="2" width="100%" class="topmenu menu">{{menu_panel}}</td></tr>
<tr><td valign="bottom" width="100%"><div id="topstrip">{{menu}}</div></td>
<td valign="bottom" nowrap={{search_area}}></td></tr></table>
<div id="right">{{right_panel}}</div>
<div id="main">{{body}}</div>
<% if rss_url %><div id="footer">A <a class href={{rss_url}}>FEED</a> is available.</div><% endif %></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment