Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Jul 26, 2023
1 parent f91c06f commit da337e6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
name: built-client
path: photon-client/dist/
photonclient-link:
photonclient-check-lint:
# Let all steps run within the photon-client dir.
defaults:
run:
Expand Down
16 changes: 15 additions & 1 deletion photon-server/src/main/resources/web/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
<p>UI has not been copied!</p>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Photon Client</title>
<script type="module" crossorigin src="./assets/index-09a9e0fa.js"></script>
<link rel="stylesheet" href="./assets/index-338da7f4.css">
</head>
<body>
<div id="app"></div>

</body>
</html>

0 comments on commit da337e6

Please sign in to comment.