Skip to content

Commit

Permalink
fix: Add doctype and lang attributes to index.html (#20)
Browse files Browse the repository at this point in the history
Add doctype and lang attribute to html tag.
  • Loading branch information
RageZBla committed Oct 1, 2020
1 parent 42a0de4 commit 9182191
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ asyncapi.info().title() }}</title>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
Expand Down

0 comments on commit 9182191

Please sign in to comment.