mirror of
https://github.com/kevachat/webapp.git
synced 2025-02-02 09:55:58 +00:00
fix css location
This commit is contained in:
parent
33f8f87330
commit
ce3ffbf3fb
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>{% block head_title_content %}{{ 'KevaChat' | trans }}{% endblock %}</title>
|
<title>{% block head_title_content %}{{ 'KevaChat' | trans }}{% endblock %}</title>
|
||||||
<link rel="stylesheet" type="text/css" href="/css/default.css?{{ app.version }}"/>
|
<link rel="stylesheet" type="text/css" href="{{ url('room_index') }}css/default.css?{{ app.version }}"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user