Skip to content

Commit

Permalink
add dist
Browse files Browse the repository at this point in the history
  • Loading branch information
sohee-commits committed May 18, 2024
0 parents commit b13499c
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 0 deletions.
Binary file added assets/icon-DpMFAyRp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/index-TiX2KIPO.css

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

17 changes: 17 additions & 0 deletions assets/index-xlvHujg2.js

Large diffs are not rendered by default.

Binary file added favicon.ico
Binary file not shown.
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/weather-app/assets/icon-DpMFAyRp.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OpenWeatherMap - Погода Сегодня</title>
<!-- Bootstrap -->
<link
rel="stylesheet"
href=" https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
/>
<script type="module" crossorigin src="/weather-app/assets/index-xlvHujg2.js"></script>
<link rel="stylesheet" crossorigin href="/weather-app/assets/index-TiX2KIPO.css">
</head>
<body>
<div id="app"></div>
</body>
</html>

0 comments on commit b13499c

Please sign in to comment.