diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index 94a25f7..0ed4065 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -2,5 +2,6 @@
+
\ No newline at end of file
diff --git a/bin/install_tehme.sh b/bin/install_tehme.sh
deleted file mode 100644
index f827fd7..0000000
--- a/bin/install_tehme.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-mkdir tmp
-cd tmp
-git clone https://github.com/puikinsh/Adminator-admin-dashboard.git adminator
-cd adminator
-npm install
diff --git a/package.json b/package.json
deleted file mode 100644
index 00c6506..0000000
--- a/package.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "private": true,
- "scripts": {
- "dev": "npm run development",
- "development": "mix",
- "watch": "mix watch",
- "watch-poll": "mix watch -- --watch-options-poll=1000",
- "hot": "mix watch --hot",
- "prod": "npm run production",
- "production": "mix --production"
- },
- "devDependencies": {
- "axios": "^0.21",
- "laravel-mix": "^6.0.6",
- "lodash": "^4.17.19",
- "postcss": "^8.1.14"
- }
-}
diff --git a/public/assets b/public/assets
deleted file mode 120000
index cb5010f..0000000
--- a/public/assets
+++ /dev/null
@@ -1 +0,0 @@
-../resources/theme
\ No newline at end of file
diff --git a/resources/theme/.gitignore b/resources/theme/.gitignore
deleted file mode 100644
index d6b7ef3..0000000
--- a/resources/theme/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*
-!.gitignore
diff --git a/resources/views/public/register.blade.php b/resources/views/public/register.blade.php
new file mode 100644
index 0000000..4223842
--- /dev/null
+++ b/resources/views/public/register.blade.php
@@ -0,0 +1,102 @@
+
+
+
+
+
+ AdminLTE 2 | Registration Page
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/routes/web.php b/routes/web.php
index b130397..fc98f17 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -14,5 +14,5 @@ use Illuminate\Support\Facades\Route;
*/
Route::get('/', function () {
- return view('welcome');
+ return view('public.register');
});