feature/some progress made on layouts
This commit is contained in:
1 parent
4be7ca3a8e
commit
f6640b23cf
8 files changed
+11
-71
No files matched your search
+4
-11
@@ -1,10 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>RCalculator</title>
|
||||
<link rel="icon" href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/rekor.png">
|
||||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@3.3.2/dist/tailwind.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<body class="bg-white dark:bg-gray-900">
|
||||
<%- include("./partials/fileHeader", {title: "RCalculator"}) %>
|
||||
|
||||
<body class="bg-white dark:bg-gray-900">
|
||||
<%- include("./partials/headerStart") %>
|
||||
<main>
|
||||
<section class="bg-white dark:bg-gray-900 py-12 md:py-20">
|
||||
@@ -49,8 +45,5 @@
|
||||
</footer>
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.3.0/flowbite.min.js"></script>
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
<!--fixed bottom-0 left-0 z-50 lg:hidden w-full h-16 bg-white border-t border-gray-200 dark:bg-gray-400-->
|
||||
@@ -1,11 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<%- include("./partials/fileHeader", {title: "RCalculator"}) %>
|
||||
|
||||
<body>
|
||||
<%- include("./partials/header") %>
|
||||
<main>
|
||||
|
||||
+1
-9
@@ -1,12 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<%- include("./partials/fileHeader", {title: "RCalculator"}) %>
|
||||
|
||||
<body>
|
||||
<%- include("./partials/header") %>
|
||||
|
||||
+1
-9
@@ -1,12 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<%- include("./partials/fileHeader", {title: "RCalculator"}) %>
|
||||
|
||||
<body>
|
||||
The Index Page
|
||||
|
||||
+1
-13
@@ -1,16 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Login Page</title>
|
||||
<link rel="stylesheet" href="/static/css/style.css" <link rel="stylesheet" href="/static/css/style.css">
|
||||
<link rel="stylesheet" href="/static/css/style.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
|
||||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@3.3.2/dist/tailwind.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<%- include("./partials/fileHeader", {title: "RCalculator"}) %>
|
||||
|
||||
<body>
|
||||
<div class="flex justify-center items-center h-screen bg-gray-700">
|
||||
|
||||
+1
-8
@@ -1,11 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<%- include("./partials/fileHeader", {title: "RCalculator"}) %>
|
||||
|
||||
<body>
|
||||
<%- include("./partials/header") %>
|
||||
|
||||
@@ -7,7 +7,3 @@
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
||||
<title><%= title %></title>
|
||||
</head>
|
||||
<body>
|
||||
<%- include(filename, locals) %>
|
||||
</body>
|
||||
</html>
|
||||
+1
-9
@@ -1,12 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<%- include("./partials/fileHeader", {title: "RCalculator"}) %>
|
||||
|
||||
<body>
|
||||
<%- include("./partials/header") %>
|
||||
|
||||
Reference in new issue
Block a user