Skip to content
Snippets Groups Projects
Commit 59f7f435 authored by V Harish Ragavendher's avatar V Harish Ragavendher
Browse files

fixing errors with css loads and with dockers

parent d4e61e4d
No related branches found
No related tags found
1 merge request!4fixing errors with css loads and with dockers
<head>
<pre style="
margin: -18.5;
">
</pre>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
......
<header>
</pre>
<div class="collapse bg-dark" id="navbarHeader">
<div class="container">
<div class="row">
......
<?php
include 'libs/load.php';
/* as we already said only including load makes our task easier */
?>
<?php include 'libs/load.php'
// as we already said only including load makes our task easier?>
<!doctype html>
<html lang="en">
<?load_template('__head');?>
<?php load_template('__head');?>
<body>
......@@ -20,7 +17,7 @@ include 'libs/load.php';
</main>
<?load_template('__footer');?>
<?php load_template('__footer');?>
<script
......
......@@ -3,17 +3,17 @@ include 'libs/load.php';
?>
<html>
<?load_template('__head');?>
<?php load_template('__head');?>
<body>
<?php load_template('__header');?>
<main>
<?load_template('__login')?>
<?php load_template('__login')?>
</main>
<?load_template('__footer');?>
<?php load_template('__footer');?>
<!--script for fingerprintjs cdn.... -->
<script src="https://code.jquery.com/jquery-3.6.1.js"
......
......@@ -2,7 +2,7 @@
include 'libs/load.php';
?>
<html>
<?load_template('__head');?>
<?php load_template('__head');?>
<body>
......@@ -12,18 +12,17 @@ include 'libs/load.php';
<main>
<?load_template('__signup');?>
<?php load_template('__signup');?>
</main>
<?load_template('__footer');?>
<?php load_template('__footer');?>
<script
src="<?=get_config("base_path")?>App/assets/dist/js/bootstrap.bundle.min.js">
</script>
<?//print($Email);?>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment