-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
29 lines (23 loc) Β· 893 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width">
<title>Smashing Magazine Example Code</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<h1>Smashing Magazine Example Code</h1>
<ul>
<li><a href="starting-point/">Starting point</a></li>
<li><a href="data-attributes/">Data attributes</a></li>
<li><a href="killer-for-loop/">Killer for loop</a></li>
<li><a href="switching-to-conditioner/">Switching to Conditioner</a></li>
<li><a href="importing-modules/">Importing modules</a></li>
<li><a href="module-aliases/">Module aliases</a></li>
<li><a href="configuration-options/">Configuration options</a></li>
<li><a href="conditional-loading/">Conditional loading</a></li>
<li><a href="custom-monitor/">Custom monitor</a></li>
</ul>
</body>
</html>