Permalink
Cannot retrieve contributors at this time
Fetching contributors…

<!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> |