+1
-1
README.md
+1
-1
README.md
···
1
-
<img src="static/logo.png" alt="The Bluroma logo, containing three rectangles with one rounded corner each shaped to look like an uppercase B and the Bluroma name written in the Convection font beside it." width="200">
1
+
<img src="static/media/logo.png" alt="The Bluroma logo, containing three rectangles with one rounded corner each shaped to look like an uppercase B and the Bluroma name written in the Convection font beside it." width="200">
2
2
3
3
## About
4
4
+3
-3
index.html
+3
-3
index.html
···
1
1
<!doctype html>
2
2
<html lang="en">
3
3
<head>
4
-
<link rel="icon" href="/favicon.png" type="image/png" />
4
+
<link rel="icon" href="favicon.png" type="image/png" />
5
5
<meta charset="utf-8" />
6
6
<meta name="viewport" content="width=device-width, initial-scale=1" />
7
7
<meta name="theme-color" content="#1285FE" />
···
21
21
<p>Please enable
22
22
JavaScript to continue.</p>
23
23
</p>
24
-
<img src="/favicon.png" alt="Bluroma Logo" />
24
+
<img src="favicon.png" alt="Bluroma Logo" />
25
25
</div>
26
26
</noscript>
27
27
</body>
28
-
<script src="/src/index.tsx" type="module"></script>
28
+
<script src="src/index.tsx" type="module"></script>
29
29
</html>
+3
-3
src/routes/splash.tsx
+3
-3
src/routes/splash.tsx
···
1
1
import { Component } from "solid-js";
2
2
import "../styles/main.scss";
3
-
import typefaceLogo from "/logo.png?url";
4
-
import blueskyLogo from "/bluesky.svg?url";
5
-
import tangledLogo from "/tangled.svg?url";
3
+
import typefaceLogo from "/media/logo.png?url";
4
+
import blueskyLogo from "/media/bluesky.svg?url";
5
+
import tangledLogo from "/media/tangled.svg?url";
6
6
import Container from "../components/container";
7
7
import { Login, loginState } from "../components/login";
8
8
static/bluesky.svg
static/media/bluesky.svg
static/bluesky.svg
static/media/bluesky.svg
static/logo.png
static/media/logo.png
static/logo.png
static/media/logo.png
static/tangled.svg
static/media/tangled.svg
static/tangled.svg
static/media/tangled.svg