diff options
Diffstat (limited to 'src/web/templates/home2.html')
-rw-r--r-- | src/web/templates/home2.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/templates/home2.html b/src/web/templates/home2.html index 673d9041..36dd8f19 100644 --- a/src/web/templates/home2.html +++ b/src/web/templates/home2.html @@ -12,6 +12,7 @@ <link href="{{ url_for("static", filename="css/bootstrap.min.css") }}" rel="stylesheet" media="screen" /> <!-- Add custom CSS here --> <link href="{{ url_for("static", filename="css/customized-bootstrap.css") }}" rel="stylesheet" media="screen" /> + <link href="{{ url_for("static", filename="css/one-page-app.css") }}" rel="stylesheet" media="screen" /> {% endblock %} </head> <body> |