10 lines
232 B
HTML
10 lines
232 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Arduino SD Card Web Page</title>
|
|
</head>
|
|
<body>
|
|
<h1>Hello from the Arduino SD Card!</h1>
|
|
<p>A web page from the Arduino SD card server.</p>
|
|
</body>
|
|
</html> |