-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsitemap.html
More file actions
104 lines (94 loc) · 3.48 KB
/
Copy pathsitemap.html
File metadata and controls
104 lines (94 loc) · 3.48 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Site Map</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>
<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>
</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>
<div>
<ul>
<li>
<a href="index.html">SOFT ELECTRONICS</a> <br>
<a href="announcement.HTML">Announcement</a> <br>
<a href="trainning.html">Trainning</a> <br>
<a href="calendar.html">Calendar</a> <br>
<a href="employeespace.html">Employee Space(comment)</a> <br>
</li>
</ul>
<ul>
<li><a href="index.html">SOFT ELECTRONICS</a> <br>
<a href="outline.html">Outline</a> <br>
<a href="vision2020.html">Vision2020s</a> <br>
<a href="maps.html">Maps</a> <br>
</li>
<li><a href="productionline.html">Production line</a></li> <br>
<li><a href="electrotinplating.html">Electro Tin Plating</a> <br>
<li><a href="electrotin2019.html">ElectroTin2019</a> <br>
<a href="electrotin2019worldtop.html">ElectroTin2019 WorldTop</a> <br>
<a href="electrotin2018.html">ElectroTin2018</a> <br>
</li>
</li>
<a href="quality.html">Quality</a> <br>
<li>
<a href="customerscautions.html">Customer's cautions</a> <br>
<a href="qualitydefectsresponse.html">Quality defects (response)</a> <br>
<a href="qualitydefectsinput.html">Quality defects (input)</a> <br>
<a href="workordercheck.html">Work Order Check</a> <br>
</li>
<a href="management.html">Managemant</a> <br>
<li>
<a href="facilitycheckresponse.html">Facility Check (response)</a> <br>
<a href="facilitycheckinput.html">Facility Check (input)</a> <br>
<a href="erp.html">ERP</a> <br>
</li>
</li>
<a href="sitemap.html">Site Map</a> <br>
</ul>
</div>
</div>
</body>
</html>