Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 20, 2023
0 parents commit ba0c623
Show file tree
Hide file tree
Showing 10 changed files with 94 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/clock-b0ab9189.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/digital-87eb14d4.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions assets/index-2d746441.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-fa32a4e4.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-fa32a4e4.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/timezones-2bbf57e5.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/timezones-2bbf57e5.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions images/logo-192.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Harlem Demo Application</title>
<link rel="icon" type="image/png" href="/harlem/favicon.png" sizes="32x32"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">

<script type="module" crossorigin src="/harlem/assets/index-fa32a4e4.js"></script>
<link rel="stylesheet" href="/harlem/assets/index-2d746441.css">
</head>

<body>

</body>

</html>

0 comments on commit ba0c623

Please sign in to comment.