Skip to content

Commit 9f0f7b3

Browse files
authored
First Commit
1 parent 99e0b72 commit 9f0f7b3

3 files changed

Lines changed: 27 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.vscode

.vscode/settings.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Wenjie Zhang (张文杰)</title>
7+
</head>
8+
<body>
9+
First Commit
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)