Преглед на файлове

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>