-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemployee.html
34 lines (24 loc) · 1.08 KB
/
employee.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> -->
<link rel="stylesheet" href="style1.css">
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.2/TweenMax.min.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script type="text/javascript">
$(document).ready(function () {
$("#input7").load("input7.html")
// input 이름 바꾸기
// 파일 이름 지정
});
</script>
</head>
<body>
<ion-icon name="menu" style="position: fixed; margin: 1em; font-size: 24px;"></ion-icon>
<div id="input7"></div>
</body>
</html>