equal
deleted
inserted
replaced
|
1 --- |
|
2 --- |
|
3 <!DOCTYPE html> |
|
4 <html lang="en"> |
|
5 <head> |
|
6 <!-- Required meta tags --> |
|
7 <meta charset="utf-8"> |
|
8 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
|
9 |
|
10 <!-- Bootstrap CSS --> |
|
11 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous"> |
|
12 |
|
13 <script src="https://use.fontawesome.com/fb0eb75d4e.js"></script> |
|
14 |
|
15 |
|
16 <link rel="stylesheet" href="/css/main.css" /> |
|
17 |
|
18 </head> |
|
19 <body> |
|
20 |
|
21 {% include nav.html %} |
|
22 |
|
23 <div class="container d-flex"> |
|
24 <div id="notes_1"> |
|
25 {% include notes.compare.html margins="bottom" %} |
|
26 </div> |
|
27 |
|
28 <div id="notes_2"> |
|
29 {% include notes.compare.html margins="bottom" %} |
|
30 </div> |
|
31 </div> |
|
32 |
|
33 <!-- jQuery first, then Tether, then Bootstrap JS. --> |
|
34 <script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script> |
|
35 <script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script> |
|
36 <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script> |
|
37 </body> |
|
38 </html> |