Эх сурвалжийг харах

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 жил өмнө
parent
commit
09affdb9f2

+ 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>