fix(front): missing /static for css #5
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="ie=edge" http-equiv="X-UA-Compatible">
|
||||
<title>New plak • Plakken</title>
|
||||
<link href="style.css" rel="stylesheet">
|
||||
<link href="/static/style.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<form method="post">
|
||||
|
|
Loading…
Reference in a new issue