<!DOCTYPE html> <html> <head> <title>ocrd kwalitee</title> <!-- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> --> <!-- Load required Bootstrap and BootstrapVue CSS --> <!-- <link type="text/css" rel="stylesheet" href="//unpkg.com/bootstrap/dist/css/bootstrap.min.css" /> --> <!-- <link type="text/css" rel="stylesheet" href="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.css" /> --> <!-- Load polyfills to support older browsers --> <!-- <script src="//polyfill.io/v3/polyfill.min.js?features=es2015%2CIntersectionObserver" crossorigin="anonymous"></script> --> <!-- Load Vue followed by BootstrapVue --> <!-- <script src="//unpkg.com/vue@latest/dist/vue.min.js"></script> --> <!-- <script src="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.js"></script> --> </head> <body> <div id="ocrd-kwalitee"> </div> <script src="webapp/dist/build.js"></script> </body> </html>