Skip to content

Commit 6e7200a

Browse files
committed
Add files
1 parent 33861ed commit 6e7200a

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"liveServer.settings.port": 5505
3+
}

code/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
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>Project GitHub Tracker</title>
8+
<link rel="stylesheet" href="./style.css" />
9+
</head>
10+
<body>
11+
<h1>GitHub Tracker</h1>
12+
<main id="projects"></main>
13+
<script src="./script.js"></script>
14+
</body>
15+
</html>

code/script.js

Whitespace-only changes.

code/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
body {
2+
background: #FFECE9;
3+
}

0 commit comments

Comments
 (0)