tzqdn/qdntz/inc/tzzc/index.html
2024-02-28 15:42:52 +08:00

26 lines
550 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<title>投资政策</title>
<meta charset="utf-8" />
<script type="text/javascript" src='pdfobject.min.js'></script>
<style type="text/css">
html,body,#pdf_viewer{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id="pdf_viewer"></div>
</body>
<script type="text/javascript">
if(PDFObject.supportsPDFs){
PDFObject.embed("黔东南州产业大招商政策摘编2023版.pdf", "#pdf_viewer" );
} else {
location.href = "/resume/canvas";
}
</script>
</html>