-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (22 loc) · 918 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Learning......</title>
<link rel="stylesheet" type="text/css" href="src/css/learning.css" />
</head>
<body>
<div class="map">
<p id="p1">What's New</p>
<p id="p2"><a href="source_code/html/index.html">Learning HTML</a></p>
<p id="p3"><a href="source_code/html5/index.html">Learning HTML5</a></p>
<p id="p4"><a href="source_code/css/index.html">Learning Css3</a></p>
<p id="p5"><a href="source_code/javascript/index.html">Learning JavaScript</a></p>
<p id="p6"><a href="source_code/dom/index.html">(Learning DOM,</a></p>
<p id="p7"><a href="source_code/events/index.html">Learning Events)</a></p>
<p id="p8"><a href="source_code/jquery/index.html">Learning JQuery</a></p>
<p id="p9"><a href="source_code/sass/index.html">Learning SASS</a></p>
<p id="p10"><a href="source_code/tools/index.html">Tools</a></p>
</div>
</body>
</html>