-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnavigation.html
60 lines (52 loc) · 1.97 KB
/
navigation.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="ue">
<ul>
<li>
<a href="index.html">SOFT ELECTRONICS</a>
<a href="announcement.html">Announcement</a>
<a href="trainning.html">Trainning</a>
<a href="calendar.html">Calendar</a>
<a href="employeespace.html">Employee Space(comment)</a>
</li>
</ul>
</div>
<div id="da">
<div id="mokcha">
<ul>
<li><a href="index.html">SOFT ELECTRONICS</a>
<a href="outline.html">Outline</a>
<a href="vision2020.html">Vision2020s</a>
<a href="maps.html">Maps</a>
</li>
<li><a href="productionline.html">Production line</a></li>
<a href="electrotinplating.html">Electro Tin Plating</a>
<li><a href="electrotin2019.html">ElectroTin2019</a>
<a href="electrotin2019worldtop.html">ElectroTin2019 WorldTop</a>
<a href="electrotin2018.html">ElectroTin2018</a>
</li>
<a href="quality.html">Quality</a>
<li>
<a href="customerscautions.html">Customer's cautions</a>
<a href="qualitydefectsresponse.html">Quality defects (response)</a>
<a href="qualitydefectsinput.html">Quality defects (input)</a>
<a href="workordercheck.html">Work Order Check</a>
</li>
<a href="management.html">Managemant</a>
<li>
<a href="facilitycheckresponse.html">Facility Check (response)</a>
<a href="facilitycheckinput.html">Facility Check (input)</a>
<a href="erp.html">ERP</a>
</li>
</li>
<a href="sitemap.html">Site Map</a>
</ul>
</div>
</body>
</html>