<!DOCTYPE html>
<!--
SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
For more information, please refer to <https://unlicense.org/>
SPDX-License-Identifier: Unlicense
-->
<head>
<meta charset="utf-8">
<title>Art Restoration Simulator</title>
<style>
h1, #installation {
width: 100%;
text-align: center;
}
</style>
<link rel="stylesheet" type="text/css" href="canvas-panel-500x310.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
</head>
<body>
<h1>Art Restoration Simulator</h1>
<div id="installation"></div>
<script src="dam-plus-widgets-0.2.js"></script>
<script src="../src/art-restoration-simulator.js"></script>
<script src="art-restoration-simulator-launcher.js"></script>
<script>
launch({
container: document.getElementById('installation'),
});
</script>
</body>