File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
< html >
2
2
< head >
3
3
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css " integrity ="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u " crossorigin ="anonymous ">
4
+
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
4
6
{% block head %}
5
7
< title > Base</ title >
6
8
{% endblock %}
47
49
< h1 > Base</ h1 >
48
50
{% endblock %}
49
51
</ body >
52
+ < script
53
+ src ="https://code.jquery.com/jquery-3.1.1.min.js "
54
+ integrity ="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8= "
55
+ crossorigin ="anonymous "> </ script >
56
+ < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js " integrity ="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa " crossorigin ="anonymous "> </ script >
50
57
</ html >
You can’t perform that action at this time.
0 commit comments