Skip to content

Commit cd65f7a

Browse files
committed
first commit
0 parents  commit cd65f7a

File tree

6,895 files changed

+587535
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,895 files changed

+587535
-0
lines changed

.vscode/launch.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"configurations": [
3+
{
4+
"type": "chrome",
5+
"name": "http://127.0.0.1:8000/",
6+
"request": "launch",
7+
"url": "http://127.0.0.1:8000/"
8+
}
9+
]
10+
}

1.create-server/contact.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<html lang="en">
2+
<head>
3+
<meta charset="UTF-8">
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>welcome index</title>
7+
</head>
8+
<body>
9+
<h1>>welcome to Contact ___________</h1>
10+
</body>
11+
</html>

1.create-server/error.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<html lang="en">
2+
<head>
3+
<meta charset="UTF-8">
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Document</title>
7+
</head>
8+
<body>
9+
<h1>Not Found !</h1>
10+
</body>
11+
</html>

1.create-server/index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<html lang="en">
2+
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>welcome index</title>
8+
<style>
9+
body {
10+
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cbccc8)) fixed;
11+
}
12+
</style>
13+
</head>
14+
15+
<body>
16+
<h1>
17+
----welcome to index______________________0000000000
18+
</h1>
19+
<a href="/index">Home</a>
20+
<br>
21+
<a href="/contact">Contact</a>
22+
</body>
23+
24+
</html>

1.create-server/input.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<li id="emp1">Karthik</li>
2+
<li id="emp2">Saideep</li>
3+
<li id="emp3">Rekha</li>
4+
<li id="emp4">Vyom</li>
5+
<li id="emp5">Kevin</li>

1.create-server/node_modules/.package-lock.json

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

1.create-server/node_modules/available-typed-arrays/.eslintignore

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

1.create-server/node_modules/available-typed-arrays/.eslintrc

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

1.create-server/node_modules/available-typed-arrays/.github/FUNDING.yml

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

1.create-server/node_modules/available-typed-arrays/.nycrc

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

1.create-server/node_modules/available-typed-arrays/CHANGELOG.md

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

0 commit comments

Comments
 (0)