fix(app): remove `no-js` class · yeoman/generator-angular@4ccfbac

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Mar 26, 2018. It is now read-only.

Commit 4ccfbac

fix(app): remove no-js class

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 1 addition & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -1,5 +1,5 @@

11

<!doctype html>

2-

<html class="no-js">

2+

<html>

33

<head>

44

<meta charset="utf-8">

55

<title></title>