Skip to content
<link type="text/css" rel="stylesheet" href="//fortepanstage.uni.edu/app.css">
  <script
			  src="https://code.jquery.com/jquery-3.5.1.min.js"
			  integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
			  crossorigin="anonymous"></script>
</head>
<body>
    <h1>proof of concept for embedding</h1>
    <div id="app"></div>
	<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
    <script src="https://fortepanstage.uni.edu/static/assets/js/kronofoto.js"></script>
    <script src="https://fortepanstage.uni.edu/static/assets/js/drag-drop.js"></script>
<script>
const elem = document.querySelector('#app')
initialize_fortepan(elem, {constraint:'county:Jones', host:"https://fortepanstage.uni.edu/"})
</script>