Commit c5b12fad authored by Saito's avatar Saito

fix No route matches static.css Error

parent cc836914
......@@ -2,7 +2,7 @@
<html>
<head>
<title>The page you were looking for doesn't exist (404)</title>
<link href="static.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
......
......@@ -2,7 +2,7 @@
<html>
<head>
<title>The change you wanted was rejected (422)</title>
<link href="static.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
......
......@@ -2,7 +2,7 @@
<html>
<head>
<title>We're sorry, but something went wrong (500)</title>
<link href="static.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment