add badges

This commit is contained in:
Robert Zhou
2020-05-02 11:06:19 +01:00
parent 8740e930e5
commit 66df24001e
13 changed files with 278 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>HTML Meta Tag</title>
<meta http-equiv="refresh" content="0; url=https://www.baidu.com" />
</head>
<body>
<h1>Welcome to Baidu world!</h1>
</body>
</html>
+10
View File
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>HTML Meta Tag</title>
<meta http-equiv="refresh" content="0; url=https://www.baidu.com" />
</head>
<body>
<h1>Welcome to Baidu world!</h1>
</body>
</html>