Skip to content

Commit

Permalink
correction of a11y errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aferreira-deo committed Jun 4, 2024
1 parent 9d344e5 commit c12662c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./src

# - name: Wait for 10 seconds
# run: sleep 10

- name: Install necessary packages
run: npm install

Expand Down
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<!-- something important is missing in the html tag.... what is it? -->
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- <title>Hello World</title> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello World</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
Expand Down

0 comments on commit c12662c

Please sign in to comment.