Selaa lähdekoodia

Updating index.html to test bower components

David Leonard 10 vuotta sitten
vanhempi
commit
9a3c233574
1 muutettua tiedostoa jossa 17 lisäystä ja 1 poistoa
  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>