Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 003aae9

Browse files
Update index.html
1 parent a862f84 commit 003aae9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎04 - Array Cardio Day 1/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<!-- title -->
45
<title>Array Cardio</title>
56

7+
<!-- required meta tags -->
68
<meta charset="UTF-8" />
79
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
810
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
911

12+
<!-- favicon -->
1013
<link
1114
rel="icon"
1215
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2280%22>💪</text></svg>"
1316
/>
1417

18+
<!-- style -->
1519
<link rel="stylesheet" href="css/style.css" />
1620
</head>
1721
<body>
18-
<p>Psst: have a look at the JavaScript Console💁🏻‍♀️</p>
22+
<p>Psst: have a look at the JavaScript Console💁🏻‍♀️</p>
1923

24+
<!-- javascript -->
2025
<script src="js/array.js"></script>
2126
</body>
2227
</html>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /