git @ Cat's Eye Technologies HTML5-Gewgaws / master art-restoration-simulator / index.html
master

Tree @master (Download .tar.gz)

index.html @masterraw · history · blame

<!DOCTYPE html>
<head>
  <meta charset="utf-8">
  <title>Art Restoration Simulator</title>
<style>
h1, #container {
    width: 100%;
    text-align: center;
}
</style>
</head>
<body>

<h1>Art Restoration Simulator</h1>

<div id="container"></div>

</body>
<script src="art-restoration-simulator.js"></script>
<script>
  launch('yoob/', 'container');
</script>