22 lines
732 B
HTML
Executable File
22 lines
732 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>
|
|
<center>
|
|
<a href="http://www.taichi-maker.com" target="_blank"><img src="/img/taichi-maker.jpg" alt="太极创客"></a>
|
|
<h1>ESP8266 SPIFFS 文件上传</h1>
|
|
<p>此页面用于演示如何通过浏览器向ESP8266开发板的SPIFFS上传文件。</p>
|
|
<p></p>
|
|
<p>本教程可在太极创客网站免费获取。太极创客网址: <a href="http://www.taichi-maker.com">www.taichi-maker.com</a> .
|
|
<p> <a href="/upload.html">点击此处进入文件上传页面</a> </p>
|
|
</center>
|
|
</body>
|
|
|
|
</html>
|