added project's initial files

This commit is contained in:
imshaikot
2018-01-19 16:13:26 +06:00
parent 0ec5c8a72c
commit 5f8ce8fdab
3 changed files with 18 additions and 2 deletions

2
.gitignore vendored
View File

@@ -7,8 +7,6 @@
# production
/build
index.html
index.js
lib/
umd/

15
index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500|Gloria+Hallelujah" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<title>My Web Media Player (React)</title>
<body>
</body>
</html>

3
index.js Normal file
View File

@@ -0,0 +1,3 @@
export default class {
constructor(resource) {}
}