10 years, 8 months ago.  This question has been closed. Reason: syntax error

css stylesheet in HTTPSERVER

i cant seem to load an external stylesheet in HTTPserver.

i have this code below on my <head> tags

<link rel="stylesheet" type="text/css" href="test.css">

stylesheet is saved locally on mbed, along with "mBedRPC.js"

HTML Tag

<div id="test">
	<p> test content </p>
</div>

CSS

#test {
	height: 200px;
	width: 200px;
	background: #000;
}