-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (37 loc) · 1.51 KB
/
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
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HTML and CSS documentation</title>
</head>
<body>
<h1>HTML and CSS documentation</h1>
<ul>
<li>
<a href="html-fundamentals/index.html">html-fundamentals</a>
</li>
<li>
<a href="css-fundamentals/index.html">css-fundamentals</a>
</li>
<li>
<a href="css-layouts/index.html">css-layouts</a>
</li>
<li>
<a href="design/index.html">implementing-design-framework</a>
</li>
<li><a href="components/01-accordion.html">component-accordion</a></li>
<li><a href="components/02-carousel.html">component-carousel</a></li>
<li><a href="components/03-table.html">component-table</a></li>
<li><a href="components/04-pagination.html">component-pagination</a></li>
<li><a href="components/05-herosection.html">hero-section</a></li>
<li><a href="components/06-applayout.html">app-layout</a></li>
<li><a href="omnifood-desktop/index.html">omnifood-desktop</a></li>
<li><a href="omnifood-responsive/index.html">omnifood-responsive</a></li>
<li><a href="personal-projects/suxz/index.html">Suxz-desktop</a></li>
<li><a href="personal-projects/spotify-layout/index.html">Spotify-layout</a></li>
<li><a href="personal-projects/youtube/index.html">youtube-ui</a></li>
</ul>
</body>
</html>