-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
20 lines (20 loc) · 962 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<title>Notes de frais</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons' rel="stylesheet" type="text/css">
<script type="text/javascript" src="./public/pdfkit.js"></script>
<script type="text/javascript" src="./public/blob-stream.js"></script>
<!-- <link rel="icon" type="image/png" href="public/logo.png" sizes="32x32"> -->
</head>
<body>
<div id="app"></div>
<script>
document.writeln('<scr'+'ipt src="./dist/build.js?v='+new Date().getTime()+'"></scr'+'ipt>')
</script>
<script async defer src="https://apis.google.com/js/api.js" onload="this.onload=function(){};" onreadystatechange="if (this.readyState === 'complete') this.onload()"></script>
</body>
</html>