add: add a state file

This commit is contained in:
RTAkland
2021-11-18 22:17:09 +08:00
parent 2f9892591e
commit da27d4dfe5

17
logs/index.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>Not an empty directory</title>
<style>
body{
position: relative;
text-align: center;
}
</style>
</head>
<body>
<p>This file is used for stating this folder is not an empty directory.</p>
<a href="https://github.com/MarkusJoe/QWeather" style="color: black">Click me to jump to GitHub -> QWeather</a>
</body>
</html>