Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
PkTaz authored Nov 18, 2024
1 parent 9d35dd6 commit 82a46c9
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=./index.html">
</head>
<body>
<p>If you are not redirected, <a href="./index.html">click here</a>.</p>
</body>
</html>
Binary file added favicon.ico
Binary file not shown.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en" data-critters-container>
<head>
<meta charset="utf-8">
<title>Countries of the World</title>
<base href="/Countries-of-The-World/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles-5INURTSO.css"></head>
<body>
<app-root></app-root>
<script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-JCCJLZ73.js" type="module"></script></body>
</html>
8 changes: 8 additions & 0 deletions main-JCCJLZ73.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions polyfills-FFHMD2TL.js

Large diffs are not rendered by default.

Empty file added styles-5INURTSO.css
Empty file.

0 comments on commit 82a46c9

Please sign in to comment.