Listing and editing cards.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<link rel=stylesheet type=text/css href="{{ url_for('static', filename='style.css') }}" />
|
||||
<!-- I know this doesn't belong in head, but I have script in a template that needs to have jQuery -->
|
||||
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
|
||||
<script src="https://use.fontawesome.com/8cea844162.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user