Quellcode durchsuchen

Updating api_examples

David Leonard vor 11 Jahren
Ursprung
Commit
e00003c068
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      hackathon_starter/hackathon/templates/hackathon/api_examples.html

+ 1 - 0
hackathon_starter/hackathon/templates/hackathon/api_examples.html

@@ -2,5 +2,6 @@
 {% include 'hackathon/base.html' %}
 {% include 'hackathon/base.html' %}
 <body>
 <body>
 	<h1>{{title}}</h1>
 	<h1>{{title}}</h1>
+	<img src='/static/img/github.png'>
 </body>
 </body>
 </html>
 </html>