Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiiaSavrasna committed Aug 18, 2024
2 parents 5a08623 + 4dbb083 commit fce85dc
Show file tree
Hide file tree
Showing 5 changed files with 6,701 additions and 2,994 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
end_of_line = crlf
2 changes: 1 addition & 1 deletion .linthtmlrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"tag-close": true,
"text-ignore-regex": "&",
"title-no-dup": true,
"line-end-style": "lf",
"line-end-style": "crlf",
"attr-new-line": 2,
"attr-name-style": "dash",
"attr-no-unsafe-char": true
Expand Down
11 changes: 11 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
Hello, world!
<script src="/layout_hello-world.59712999.js"></script></body>
</html>
Loading

0 comments on commit fce85dc

Please sign in to comment.