Skip to content

Commit

Permalink
index html file temporary structure
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sabagh committed Jan 19, 2023
1 parent eaba7fc commit 333ccdd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
**/node_modules/*
**/dist/*
**/build/*
**/public/*
**/package-lock.json
**/README.md
**/nohup.out
Expand Down
11 changes: 11 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Rock Paper Sisscor</title>
</head>
<body>
<div id="app"></div>
<script src="../public/index.js"></script>
</body>
</html>

0 comments on commit 333ccdd

Please sign in to comment.