Skip to content

Commit 315a919

Browse files
PrajapatiRoshanPrajapatiRoshan
authored andcommitted
delete git-hub profile project
1 parent 1f4cdaf commit 315a919

File tree

4 files changed

+20
-224
lines changed

4 files changed

+20
-224
lines changed

github-profiles/index.html

Lines changed: 0 additions & 19 deletions
This file was deleted.

github-profiles/script.js

Lines changed: 0 additions & 92 deletions
This file was deleted.

github-profiles/style.css

Lines changed: 0 additions & 113 deletions
This file was deleted.

index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Javascript projects for biginners</title>
7+
</head>
8+
<body>
9+
<ul>
10+
<li><a href="./box-dnd/">HTML</a></li>
11+
<li><a href="./animated-img-expanding/">HTML</a></li>
12+
<li><a href="./flash-slide-background-img/">HTML</a></li>
13+
<li><a href="./github-profiles/">HTML</a></li>
14+
</ul>
15+
</body>
16+
<script>
17+
console.log('here');
18+
const projectList = [{ name: '', path: '' }];
19+
</script>
20+
</html>

0 commit comments

Comments
 (0)