Skip to content

Commit

Permalink
format template files
Browse files Browse the repository at this point in the history
  • Loading branch information
Dedekind561 committed Jul 18, 2023
1 parent 4e78b32 commit 9ca7195
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Page header
# 🧰 Coding Concepts
16 changes: 9 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!doctype html><title>Page title</title>


<p>Hi

</p>
<p>Adding more info</p>
<!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></body>
</html>

0 comments on commit 9ca7195

Please sign in to comment.