Skip to content

Commit 0e8f3a4

Browse files
author
Dmitrii Belousov
committed
Initial setup
1 parent ad77b9e commit 0e8f3a4

File tree

5 files changed

+30
-0
lines changed

5 files changed

+30
-0
lines changed

app.js

Whitespace-only changes.

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Awesome CRM</title>
6+
<link rel="stylesheet" href="styles.css">
7+
</head>
8+
<body>
9+
<div>
10+
<h1>Hello my awesome CRM!</h1>
11+
<script type="text/javascript" src="app.js"></script>
12+
</div>
13+
</body>
14+
</html>

package-lock.json

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "html-css-js",
3+
"version": "1.0.0"
4+
}

styles.css

Whitespace-only changes.

0 commit comments

Comments
 (0)