Skip to content

Commit 1a484fc

Browse files
committed
first commit
1 parent e52de84 commit 1a484fc

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ build/Release
2525
# Dependency directory
2626
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
2727
node_modules
28+
.idea

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>ES6</title>
6+
</head>
7+
<body>
8+
<script src="index.js"></script>
9+
</body>
10+
</html>

index.js

Whitespace-only changes.

0 commit comments

Comments
 (0)