We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e0b72 commit 9f0f7b3Copy full SHA for 9f0f7b3
3 files changed
.gitignore
@@ -0,0 +1 @@
1
+.vscode
.vscode/settings.json
@@ -0,0 +1,15 @@
+{
2
+ "files.exclude": {
3
+ "**/.git": true,
4
+ "**/.svn": true,
5
+ "**/.hg": true,
6
+ "**/CVS": true,
7
+ "**/.DS_Store": true,
8
+ "**/Thumbs.db": true,
9
+ "**/.classpath": true,
10
+ "**/.project": true,
11
+ "**/.settings": true,
12
+ "**/.factorypath": true
13
+ },
14
+ "hide-files.files": []
15
+}
index.html
@@ -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>Wenjie Zhang (张文杰)</title>
+</head>
+<body>
+ First Commit
+</body>
+</html>
0 commit comments