Collector/scene.html

16 lines
571 B
HTML

<!DOCTYPE html>
<!-- Webpage that uses Bootstrap to fill the background with an image from JS -->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>The Collector</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="scene.css">
<script src="scripts/scene.js"></script>
</head>
<body id="wallpaper">
</body>
</html>