Change every file 2
continuous-integration/drone/push Build is passing Details

master
dorian.hodin 2 years ago
parent 65e4ee21d2
commit 678d8d35ad

@ -105,7 +105,7 @@
<script src="<?php echo $jQueryMin; ?>"></script>
<script src="<?php echo $bundle4; ?>"></script>
<script src="<?php echo $bundle5; ?>"></script>
<script src="<?php echo $_ENV['CONTAINER_NAME']."/Views/JS/scripts.js"?>"></script>
<script src="Views/JS/scripts.js"></script>
</body>

@ -7,11 +7,11 @@
<meta charset="UTF-8">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.grid-min.css">
<link rel="stylesheet" href="<?php echo $_ENV['CONTAINER_NAME']."/Views/CSS/adminLogin.css"?>">
<link rel="stylesheet" href="Views/CSS/adminLogin.css">
<link rel="preconnect" href="<?php echo $googleApis; ?>">
<link rel="preconnect" href="<?php echo $googleStatic; ?>" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Barlow&display=swap" rel="stylesheet">
<title></title>
<title>Admin Login Page</title>
</head>
<body class="acolorba d-flex flex-column align-items-center">
<img src="<?php echo $_ENV['CONTAINER_NAME']."/Views/IMAGES/logoUca.png"?>" class="logo" alt="logo" height="auto" width="auto">

@ -5,7 +5,7 @@
global $googleApis, $googleStatic, $poppins, $icon, $logoUCA;
?>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="<?php echo $_ENV['CONTAINER_NAME']."/Views/CSS/base.css"?>" />
<link rel="stylesheet" type="text/css" href="Views/CSS/base.css" />
<link rel="preconnect" href="<?php echo $googleApis; ?>">
<link rel="preconnect" href="<?php echo $googleStatic; ?>" crossorigin>
<link href="<?php echo $poppins; ?>" rel="stylesheet">

@ -12,8 +12,8 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" />
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<link type="text/css" href="<?php echo $_ENV['CONTAINER_NAME']."/Views/CSS/styles.css"?>" rel="stylesheet" />
<link type="text/css" href="<?php echo $_ENV['CONTAINER_NAME']."/Views/CSS/stylesForm.css"?>" rel="stylesheet" />
<link type="text/css" href="Views/CSS/styles.css" rel="stylesheet" />
<link type="text/css" href="Views/CSS/stylesForm.css" rel="stylesheet" />
<link href="<?php echo $poppins; ?>" rel="stylesheet">
<link rel="shortcut icon" href="<?php echo $icon; ?>" type="image/x-icon">
<link rel="icon" href="<?php echo $icon; ?>" type="image/x-icon">

@ -8,6 +8,7 @@
<meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="Views/CSS/styles.css" />
<link type="text/css" rel="stylesheet" href="Views/CSS/stylesForm.css" />
<link type="text/css" rel="stylesheet" href="Views/CSS/base.css" />
<link rel="preconnect" href="<?php echo $googleApis; ?>">
<link rel="preconnect" href="<?php echo $googleStatic; ?>" crossorigin>
<link href="<?php echo $poppins; ?>" rel="stylesheet">

Loading…
Cancel
Save