forked from geekcompany/DeerResume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (36 loc) · 1.65 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
<!DOCTYPE html>
<html ng-app="deerResume">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DeerResume</title>
<link href="image/browser.png" rel="shortcut icon">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/yue.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="bower/components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="bower/components/ng-notify/dist/ng-notify.min.css">
<script src="bower/components/jquery/dist/jquery.min.js"></script>
<script src="bower/components/angular/angular.min.js"></script>
<script src="bower/components/angular-route/angular-route.min.js"></script>
<script src="bower/components/angular-sanitize/angular-sanitize.min.js"></script>
<script src="bower/components/showdown/compressed/showdown.js"></script>
<script src="bower/components/ng-notify/dist/ng-notify.min.js"></script>
<script src="js/wizMarkdown.min.js"></script>
<script src="js/jspdf.min.js"></script>
<script src="js/jspdf.plugin.addhtml.js"></script>
<script src="bower/components/angular-cookies/angular-cookies.min.js"></script>
<script src="bower/components/angularLocalStorage/src/angularLocalStorage.js"></script>
<script src="js/app.js"></script>
</head>
<body>
<base target="_blank">
<div ng-view id="resume_body"></div>
<form action="http://pdf.ftqq.com" method="post" target="_blank" id="hform">
<input type="hidden" name="title"/>
<input type="hidden" name="subtitle"/>
<input type="hidden" name="content"/>
<input type="hidden" name="pdfkey"/>
</form>
</body>
</html>