17 lines
426 B
HTML
Executable File
17 lines
426 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" type="text/css" href="main.css">
|
|
<title>太极创客-零基础入门学用物联网教程</title>
|
|
</head>
|
|
|
|
<body>
|
|
<a href="http://www.taichi-maker.com" target="_blank"><img src="/img/taichi-maker.jpg" alt="太极创客"></a>
|
|
<h1>ESP8266 SPIFFS 文件上传成功</h1>
|
|
<p><a href="/">返回首页</a></p>
|
|
</body>
|
|
|
|
</html>
|