Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
23 lines (22 sloc) 654 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Viewer 2D - SLAcer.js (bêta)</title>
<style>
html, body {
width: 100%;
height: 100%;
overflow: hidden;
}
body {
background-color: #000000;
background-position: center;
background-repeat: no-repeat;
}
</style>
</head>
<body id="slice"></body>
</html>