fedi-feed-router/resources/views/welcome.blade.php

10 lines
105 B
PHP
Raw Permalink Normal View History

2026-01-22 21:53:12 +01:00
<!DOCTYPE html>
<html>
<head>
<title>FFR</title>
</head>
<body>
<h1>Welcome</h1>
</body>
</html>