fixed path for css file in server file

This commit is contained in:
Bartłomiej Rosa 2018-12-13 13:33:09 +01:00 committed by Sindre Aarsaether
parent b1135e7796
commit 007d431be5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ server.get '/' do |req,res|
<head>
<title> "Imba - Hello World"
<meta charset="utf-8">
<link rel="stylesheet" href="/dist/index.css" media="screen">
<link rel="stylesheet" href="/index.css" media="screen">
<body>
<script src="/client.js">