fix page
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Welcome to CodeIgniter 4!</title>
|
<title>Welcome to WrenchBoard</title>
|
||||||
<meta name="description" content="The small framework with powerful features">
|
<meta name="description" content="The small framework with powerful features">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="shortcut icon" type="image/png" href="/favicon.ico">
|
<link rel="shortcut icon" type="image/png" href="/favicon.ico">
|
||||||
@@ -198,61 +198,11 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body style="background-color:#DBE1D1; background-image: url('/assets/images/kint_care.jpg'); background-repeat: no-repeat; background-size: cover;" >
|
<body style="background-color: aliceblue;">
|
||||||
|
<div style="margin: auto; width: 100%; background-color: darkblue;">
|
||||||
|
<img src="https://www.wrenchboard.com/assets/ext/images/wrenchboard.png" alt="WrenchBoard" />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- CONTENT -->
|
|
||||||
|
|
||||||
<section>
|
|
||||||
|
|
||||||
<h1>About this page</h1>
|
|
||||||
|
|
||||||
<p>The page you are looking at is being generated dynamically by CodeIgniter.</p>
|
|
||||||
|
|
||||||
<p>If you would like to edit this page you will find it located at:</p>
|
|
||||||
|
|
||||||
<pre><code>app/Views/welcome_message.php</code></pre>
|
|
||||||
|
|
||||||
<p>The corresponding controller for this page can be found at:</p>
|
|
||||||
|
|
||||||
<pre><code>app/Controllers/Home.php</code></pre>
|
|
||||||
|
|
||||||
</section>
|
|
||||||
|
|
||||||
|
|
||||||
<footer>
|
|
||||||
<div class="environment">
|
|
||||||
|
|
||||||
<p>Page rendered in {elapsed_time} seconds using {memory_usage} MB of memory.</p>
|
|
||||||
|
|
||||||
<p>Environment: <?= ENVIRONMENT ?></p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="copyrights">
|
|
||||||
|
|
||||||
<p>© <?= date('Y') ?> CodeIgniter Foundation. CodeIgniter is open source project released under the MIT
|
|
||||||
open source licence.</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
<!-- SCRIPTS -->
|
|
||||||
|
|
||||||
<script {csp-script-nonce}>
|
|
||||||
document.getElementById("menuToggle").addEventListener('click', toggleMenu);
|
|
||||||
function toggleMenu() {
|
|
||||||
var menuItems = document.getElementsByClassName('menu-item');
|
|
||||||
for (var i = 0; i < menuItems.length; i++) {
|
|
||||||
var menuItem = menuItems[i];
|
|
||||||
menuItem.classList.toggle("hidden");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<!-- -->
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user