fix(front): missing /static for css
This commit is contained in:
parent
994d7054bb
commit
5f2c9e1f94
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||||
<meta content="ie=edge" http-equiv="X-UA-Compatible">
|
<meta content="ie=edge" http-equiv="X-UA-Compatible">
|
||||||
<title>New plak • Plakken</title>
|
<title>New plak • Plakken</title>
|
||||||
<link href="style.css" rel="stylesheet">
|
<link href="/static/style.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form method="post">
|
<form method="post">
|
||||||
|
|
Loading…
Reference in a new issue