소스 검색

Updating index.html to test bower components

David Leonard 10 년 전
부모
커밋
9a3c233574
1개의 변경된 파일17개의 추가작업 그리고 1개의 파일을 삭제
  1. 17 1
      hackathon_starter/hackathon/templates/hackathon/index.html

+ 17 - 1
hackathon_starter/hackathon/templates/hackathon/index.html

@@ -1 +1,17 @@
-<h1> Hello! </h1>
+<!DOCTYPE html>
+
+<html>
+
+    <head>
+        <title>Base</title>
+        <script src="/static/bower_components/jquery/dist/jquery.js"></script> <!-- JavaScript -->
+    </head>
+
+    <body>
+        <h1>Api Example</h1>
+        <strong>{{ boldmessage }}</strong><br />
+
+        <!-- New line -->
+    </body>
+
+</html>