Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .editorconfig
Empty file.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Hello 👋🏼
# I Forked this project to view my contribution used this link:
(https://github.com/developer-job-simulation/vanilla-crm/pull/85)


# How to start working

1. Fork this repo and clone it locally. Click [here](https://github.com/developer-job-simulation/html-css-js/fork) to fork this repo.
Expand Down
2 changes: 1 addition & 1 deletion db.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
"revenue_ytd": 100000
}
]
}
}
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<head>
<meta charset="UTF-8" />
<title>Customers</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div>
<h1>My Customers</h1>
<script type="text/javascript" src="dist/bundle.js"></script>
</div>
</body>
</html>
</div>
</body>
</html>
Loading