-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
40 lines (39 loc) · 1.26 KB
/
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
33
34
35
36
37
38
39
40
<html>
<title>Resume-Create</title>
<meta name="viewport" content="width=1366, initial-scale=1" />
<head>
<link rel="icon" href="./favicon.png" />
<script type="text/javascript" src="//platform.linkedin.com/in.js">
api_key: 811grlmasbvv75
</script>
<script>
// window.onbeforeunload = function() {
// if (window.location.pathname == "/EditUser") {
// return "Data will be lost if you leave the page, are you sure?";
// } else {
// return false;
// }
// };
isSaved = false;
</script>
</head>
<body>
<div id="root" class=""></div>
</body>
<script src="./build.js"></script>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="/stepZilla.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.3/toastr.min.css"
/>
</html>