change path to static/ for css

This commit is contained in:
2019-06-08 23:03:15 +02:00
parent 2a752d8f72
commit 40192682bf

View File

@@ -1,6 +1,6 @@
<html> <html>
<head> <head>
<link rel="stylesheet" type="text/css" href="site.css"> <link rel="stylesheet" type="text/css" href="static/site.css">
</head> </head>
<body> <body>
<div class=top-bar> <div class=top-bar>