summaryrefslogtreecommitdiffhomepage
path: root/app/views
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-05-22 14:59:24 -0400
committerrealtradam <[email protected]>2024-05-22 14:59:24 -0400
commit6cf41b4a5c55c91974e31ac032d969c7481b3e80 (patch)
treed0233a35a60f33f6d7115a26139fd6e61f96c15a /app/views
parent3321db8f9c549103ebae46bf025a3135208a2e3b (diff)
downloadgameHolster-6cf41b4a5c55c91974e31ac032d969c7481b3e80.tar.gz
gameHolster-6cf41b4a5c55c91974e31ac032d969c7481b3e80.zip
extract frontend
Diffstat (limited to 'app/views')
-rw-r--r--app/views/api/v1/users/create.html.erb4
-rw-r--r--app/views/api/v1/users/delete.html.erb4
-rw-r--r--app/views/api/v1/users/index.html.erb4
-rw-r--r--app/views/api/v1/users/new.html.erb4
-rw-r--r--app/views/homepage/index.html.erb0
-rw-r--r--app/views/layouts/application.html.erb41
6 files changed, 0 insertions, 57 deletions
diff --git a/app/views/api/v1/users/create.html.erb b/app/views/api/v1/users/create.html.erb
deleted file mode 100644
index a4e8216..0000000
--- a/app/views/api/v1/users/create.html.erb
+++ /dev/null
@@ -1,4 +0,0 @@
-<div>
- <h1 class="font-bold text-4xl">Api::V1::Users#create</h1>
- <p>Find me in app/views/api/v1/users/create.html.erb</p>
-</div>
diff --git a/app/views/api/v1/users/delete.html.erb b/app/views/api/v1/users/delete.html.erb
deleted file mode 100644
index 940daee..0000000
--- a/app/views/api/v1/users/delete.html.erb
+++ /dev/null
@@ -1,4 +0,0 @@
-<div>
- <h1 class="font-bold text-4xl">Api::V1::Users#delete</h1>
- <p>Find me in app/views/api/v1/users/delete.html.erb</p>
-</div>
diff --git a/app/views/api/v1/users/index.html.erb b/app/views/api/v1/users/index.html.erb
deleted file mode 100644
index 9681401..0000000
--- a/app/views/api/v1/users/index.html.erb
+++ /dev/null
@@ -1,4 +0,0 @@
-<div>
- <h1 class="font-bold text-4xl">Api::V1::Users#index</h1>
- <p>Find me in app/views/api/v1/users/index.html.erb</p>
-</div>
diff --git a/app/views/api/v1/users/new.html.erb b/app/views/api/v1/users/new.html.erb
deleted file mode 100644
index 58e8003..0000000
--- a/app/views/api/v1/users/new.html.erb
+++ /dev/null
@@ -1,4 +0,0 @@
-<div>
- <h1 class="font-bold text-4xl">Api::V1::Users#new</h1>
- <p>Find me in app/views/api/v1/users/new.html.erb</p>
-</div>
diff --git a/app/views/homepage/index.html.erb b/app/views/homepage/index.html.erb
deleted file mode 100644
index e69de29..0000000
--- a/app/views/homepage/index.html.erb
+++ /dev/null
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
deleted file mode 100644
index 6f922a3..0000000
--- a/app/views/layouts/application.html.erb
+++ /dev/null
@@ -1,41 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>Adam</title>
- <meta name="viewport" content="width=device-width,initial-scale=1">
- <%= csrf_meta_tags %>
- <%= csp_meta_tag %>
- <%= stylesheet_link_tag "tailwind", "inter-font", "data-turbo-track": "reload" %>
-
- <%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
- <%= javascript_include_tag "application", "data-turbo-track": "reload", type: "module" %>
-
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Paytone+One&family=Quicksand:[email protected]&display=swap" rel="stylesheet">
-
- <script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
- <!-- Google fonts-->
- <!--link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet" type="text/css" /-->
- <!--link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet" type="text/css" /-->
- <style>
-* {
- font-family: "Quicksand", sans-serif;
- font-optical-sizing: auto;
- font-weight: 400;
- font-style: normal;
-}
-
-.font-title {
- font-family: "Paytone One", sans-serif;
- font-weight: 400;
- font-style: normal;
-}
- </style>
- </head>
-
- <body if="page-top">
- <%= yield %>
- </body>
-</html>