We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4cdaf commit 315a919Copy full SHA for 315a919
github-profiles/index.html
github-profiles/script.js
github-profiles/style.css
index.html
@@ -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