starting custom 404 page
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
BIN
src/main/resources/static/404.riv
Normal file
BIN
src/main/resources/static/404.riv
Normal file
Binary file not shown.
24
src/main/resources/static/error/404.html
Normal file
24
src/main/resources/static/error/404.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
||||
<title>404</title>
|
||||
<link href="/css/404.css" rel="stylesheet"/>
|
||||
</head>
|
||||
<body>
|
||||
<div style="text-align: center">
|
||||
<canvas id="rive-canvas" style="width: 100%; height: 100%; margin: auto; display: block;"></canvas>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@rive-app/canvas"></script>
|
||||
<script>
|
||||
const r = new rive.Rive({
|
||||
src: "https://cdn.rive.app/animations/vehicles.riv",
|
||||
canvas: document.getElementById("rive-canvas"),
|
||||
autoplay: true,
|
||||
fit: rive.Fit.Cover
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user