added index.html for test the github pages is worked

This commit is contained in:
2021-09-27 22:53:42 +08:00
parent 5097e595f8
commit 90a62b8a89

11
index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>QC TOOL</title>
</head>
<body>
Hey! This is my github pages site! I will try to use the service to create my <a href="https://gitee.com/hbk01/qctool">qc tool</a>.
</body>
</html>