-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase.html
More file actions
21 lines (18 loc) · 792 Bytes
/
base.html
File metadata and controls
21 lines (18 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<link rel="stylesheet" href="./css/style.css" media="all" />
<link href='http://fonts.googleapis.com/css?family=Trykker|Buenard' rel='stylesheet' type='text/css'>
<img class="logo" src="/img/logo.png"><div id="headline"></div>
</head>
<body>
<!-- Please leave these comments intact for other people-->
<!-- https://github.com/spacetime/DevFestX-Invitations-App -->
<!-- Licensed under GNU GPL -->
{% block content %}{% endblock %}
<div id="footer">
Works best on anything except IE.
Rishab Arora | <a href="https://twitter.com/#!/spacetime29">@spacetime29 </a> | <img src="http://code.google.com/appengine/images/appengine-silver-120x30.gif"
alt="Powered by Google App Engine" />
</div>
</body>
</html>