relocating

This commit is contained in:
twotalesanimation
2025-12-30 20:59:58 +02:00
parent a898c35a39
commit e8e9b1f03c
117 changed files with 2104 additions and 8554 deletions
+19
View File
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: Abril;
src: url("file:///{{ storage_path('fonts/AbrilFatface-Regular.ttf') }}");
}
body {
font-family: Abril;
font-size: 48px;
}
</style>
</head>
<body>
THIS SHOULD LOOK VERY STYLISH
</body>
</html>