浏览代码

No space in css file name

Due to some restrictions. It was necessary to remove the space in the css file name
Deben Oldert 11 年之前
父节点
当前提交
09affdb9f2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      captiveportal/index.html

+ 1 - 1
captiveportal/index.html

@@ -1,6 +1,6 @@
 <html>
 	<head>
-		<link rel="stylesheet" type="text/css" href="Captive portal.css" />
+		<link rel="stylesheet" type="text/css" href="Captiveportal.css" />
 		<title>Captive portal</title>
 	</head>
 	<body>