소스 검색

Updating api_examples

David Leonard 10 년 전
부모
커밋
e00003c068
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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' %}
 <body>
 	<h1>{{title}}</h1>
+	<img src='/static/img/github.png'>
 </body>
 </html>