REFACTOR: Changes all raw url's to url_fors
This commit is contained in:
@ -3,9 +3,9 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="{{url_for('static', filename='css/buttons.css')}}" />
|
||||
<link rel="stylesheet" href="{{url_for('static', filename='css/style.css')}}" />
|
||||
<link rel="stylesheet" href="{{url_for('static', filename='css/alerts.css')}}" />
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/buttons.css') }}" />
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}" />
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/alerts.css') }}" />
|
||||
<link href="http://fonts.cdnfonts.com/css/uk-number-plate" rel="stylesheet">
|
||||
|
||||
<!-- Inter font set used across the whole page -->
|
||||
|
Reference in New Issue
Block a user