Add "placeholder" bot page

This commit is contained in:
Frankie B 2023-08-22 12:03:05 +01:00
commit 59dd3cbdfa
2 changed files with 12 additions and 2 deletions

View file

@ -0,0 +1,7 @@
@extends('layouts.default')
@section('title', 'Discord Bot')
@section('description', '')
@section('content')
<p>The diskfloppy.me Discord bot blah blah blah blah blah</p>
<p>Maybe I'll finish this page later idk</p>
@stop