forked from seb-cogez/mathsmentales
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpagetoprint.html
28 lines (26 loc) · 973 Bytes
/
pagetoprint.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
@page{
size:A4 portrait;
margin:1cm;
}
</style>
<link rel="stylesheet" href="css/print.css?v=6" type="text/css" />
<link href="js/libs/katex/katex.min.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/jsxgraph.css" type="text/css" />
<script src="js/libs/JSXGprah1.2.2/jsxgraphcore.js"></script>
<script src="js/libs/chartjs/Chart.bundle.min.js"></script>
</head>
<body>
<div id="creator-container">
<section id="creator-menu">
<button onclick="window.print();">Print</button> pour imprimer ou faire un pdf.
</section>
<section id="creator-content">
</section>
</div>
</body>
</html>