Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
<head>
|
| 2 |
<script src="./bundle.js"></script>
|
| 3 |
<link rel="icon" type="image/svg+xml" href="favicon.svg">
|
|
|
|
| 4 |
|
| 5 |
</head>
|
| 6 |
<body>
|
|
|
|
| 1 |
<head>
|
| 2 |
<script src="./bundle.js"></script>
|
| 3 |
<link rel="icon" type="image/svg+xml" href="favicon.svg">
|
| 4 |
+
<body style="background-image: url('background.jpg'); background-size: cover;">
|
| 5 |
|
| 6 |
</head>
|
| 7 |
<body>
|