mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): added missing html boilerplate (#60072)
This commit is contained in:
parent
71fb1c9ab4
commit
645c055f35
@ -220,7 +220,17 @@ assert.equal(new __helpers.CSSHelp(document).getStyle('.text::first-letter')?.fo
|
||||
## --seed-contents--
|
||||
|
||||
```html
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Newspaper Article</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
|
||||
```css
|
||||
|
||||
Loading…
Reference in New Issue
Block a user