Skip to content

Commit

Permalink
removed backend layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-frc committed Oct 15, 2021
1 parent 3a532a4 commit 740e574
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
15 changes: 0 additions & 15 deletions app/views/backend/welcome.php

This file was deleted.

12 changes: 12 additions & 0 deletions app/views/welcome.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Dashboard</title>
</head>
<body>
<h1>You have arrived to Dashboard!</h1>
</body>
</html>

0 comments on commit 740e574

Please sign in to comment.