added imports.html
This commit is contained in:
parent
869f075317
commit
3910fcf0a6
1 changed files with 3 additions and 0 deletions
3
templates/imports.html
Normal file
3
templates/imports.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<link rel='stylesheet' type='text/css' href="{{ url_for('static', filename='style.css') }}" />
|
||||
<script type="text/javascript" src="{{ url_for('static', filename='script.js') }}"></script>
|
||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300" rel="stylesheet">
|
Loading…
Reference in a new issue