-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (30 loc) · 895 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
30
31
32
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="description" content="All codes' live demos" />
<meta
name="keyword"
content="HTML5, CSS3, JavaScript, cnu, CNU, Smart, Web, Programming, Yeosu"
/>
<meta name="author" content="Kotibkhonov" />
<meta name="author" content="Zokirkhon" />
<title>All Lesson Links</title>
<link rel="stylesheet" href="./main/style.css" />
<link rel="icon" href="./9-lesson/icons/favicon.ico">
</head>
<body>
<h1>Smart Web Programming</h1>
<ol id="ol"></ol>
<footer>
<a
target="_blank"
href="https://github.com/Zokirkhon1002/smartWebProgrammingCNU"
>
All Codes in GitHub
</a>
</footer>
<script src="./main/app.js"></script>
</body>
</html>