Skip to content

Commit 4d1ddf9

Browse files
author
VentGrey
committed
Corregido el charset
1 parent 51098ee commit 4d1ddf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy static content to Pages
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ["main", "webhint-compliance"]
7+
branches: ["main"]
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="EN">
3-
<meta charset="utf-8">
3+
<meta charset="UTF-8">
44
<!--HEADERS-->
55
<head>
66
<!--TITLE-->

0 commit comments

Comments
 (0)