Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdhilahiRWabwire committed Oct 10, 2024
1 parent 438db27 commit e66a06a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ dart run build_runner test

dart run build_runner watch

dart pub global activate webdev

webdev build

webdev serve
Expand Down
4 changes: 2 additions & 2 deletions lib/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<html lang="en-US">
<head>
<link rel="stylesheet" href="styles/styles.css" />
<link rel="stylesheet" href="styles/style.css" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
</head>

<script src="**.js"></script>
<script src="_.js"></script>

<body>

Expand Down

0 comments on commit e66a06a

Please sign in to comment.