Skip to content

Commit

Permalink
Autoformat HTML file
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrenierejm committed Jul 7, 2023
1 parent f35d55f commit ea9433d
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>gron</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<h1>gron</h1>
Expand All @@ -20,28 +20,27 @@ <h2>Ungron Input Grammar</h2>
</pre>

<h3>Input</h3>
<img src="images/input.png">
<img src="images/input.png" />

<h3>Statement</h3>
<img src="images/statement.png">
<img src="images/statement.png" />

<h3>Path</h3>
<img src="images/path.png">
<img src="images/path.png" />

<h3>Value</h3>
<img src="images/value.png">
<img src="images/value.png" />

<h3>BareWord</h3>
<img src="images/bareword.png">
<img src="images/bareword.png" />

<h3>Key</h3>
<img src="images/key.png">
<img src="images/key.png" />

<h3>String</h3>
<img src="images/string.png">
<img src="images/string.png" />

<h3>UnescapedRune</h3>
<img src="images/unescapedrune.png">

<img src="images/unescapedrune.png" />
</body>
</html>

0 comments on commit ea9433d

Please sign in to comment.