Skip to content

Commit 66ed360

Browse files
committed
Send the project as it is
1 parent 408499c commit 66ed360

Some content is hidden

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

50 files changed

+430
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-

assets/.gitkeep

Whitespace-only changes.

assets/css/.gitkeep

Whitespace-only changes.

assets/css/index.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
main {
2+
margin-top: 25px;
3+
}
4+
5+
img.flag {
6+
width: 35px;
7+
border: 1px solid #ccc;
8+
margin-top: -2px;
9+
}

assets/css/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>403 Forbidden</title>
5+
</head>
6+
<body>
7+
<p>Directory access is forbidden.</p>
8+
</body>
9+
</html>

assets/images/.gitkeep

Whitespace-only changes.

assets/images/flags/.gitkeep

Whitespace-only changes.

assets/images/flags/brazil/.gitkeep

Whitespace-only changes.

assets/images/flags/brazil/acre.png

879 Bytes
1.72 KB

0 commit comments

Comments
 (0)