You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The template shown at http://strapdownjs.com/ has superfluous <html> tag wrapping it. If you’re going to omit the <head> and <body>, you might as well omit <html> as well—it’s quite legal.
The template shown at http://strapdownjs.com/ has superfluous
<html>
tag wrapping it. If you’re going to omit the<head>
and<body>
, you might as well omit<html>
as well—it’s quite legal.The template can then be:
The text was updated successfully, but these errors were encountered: