Prechádzať zdrojové kódy

Updating index.html to test bower components

David Leonard 10 rokov pred
rodič
commit
9a3c233574

+ 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>