17 lines
449 B
HTML
17 lines
449 B
HTML
<!--
|
|
SPDX-FileCopyrightText: 2023 Michal Pokusa
|
|
|
|
SPDX-License-Identifier: Unlicense
|
|
-->
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Adafruit HTTPServer</title>
|
|
</head>
|
|
<body>
|
|
<p>Hello from the <strong>CircuitPython HTTP Server!</strong></p>
|
|
</body>
|
|
</html>
|