2023-06-18 08:17:25 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<!-- Webpage that uses Bootstrap to fill the background with an image from JS -->
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2023-06-23 21:48:59 +00:00
|
|
|
<title>The Collector</title>
|
2023-06-18 08:17:25 +00:00
|
|
|
<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">
|
2023-06-23 19:40:45 +00:00
|
|
|
<link rel="stylesheet" href="scene.css">
|
2023-06-18 08:17:25 +00:00
|
|
|
<script src="scripts/scene.js"></script>
|
|
|
|
</head>
|
|
|
|
<body id="wallpaper">
|
|
|
|
</body>
|
|
|
|
</html>
|