You've already forked QWeatherReporter
17 lines
440 B
HTML
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> |