Skip to content

docs(guides): add doctype to Get Started #1874

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Mar 5, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added doctype
  • Loading branch information
TheDutchCoder committed Mar 1, 2018
commit f97ccd940e0ee5763d4e74d4b7a0440b09dc91f7
2 changes: 2 additions & 0 deletions src/content/guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ document.body.appendChild(component());
__index.html__

``` html
<!doctype html>
<html>
<head>
<title>Getting Started</title>
Expand Down Expand Up @@ -157,6 +158,7 @@ Now, since we'll be bundling our scripts, we have to update our `index.html` fil
__dist/index.html__

``` diff
<!doctype html>
<html>
<head>
<title>Getting Started</title>
Expand Down