This repository has been archived on 2025-12-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
QWeatherReporter/logs/index.html
2021-11-18 22:17:09 +08:00

17 lines
440 B
HTML

<!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>