moved css to .rc1; improved assets loading a tiny bit
This commit is contained in:
@@ -8,10 +8,7 @@ RewriteRule ^solutions$ /solutions.php [L]
|
||||
RewriteRule ^mentionslegales$ /mentionslegales.php [L]
|
||||
RewriteRule ^transparence$ /transparence.php [L]
|
||||
|
||||
# nginx rules
|
||||
#location / {
|
||||
# rewrite ^/$ /index.php last;
|
||||
#}
|
||||
## nginx rules
|
||||
#location /cgu {
|
||||
# rewrite ^/cgu$ /cgu.php last;
|
||||
#}
|
||||
|
||||
2
cgu.php
2
cgu.php
@@ -127,7 +127,7 @@ $currentPage = $pages['cgu'];
|
||||
|
||||
<?php include 'includes/_footer.php'; ?>
|
||||
</div>
|
||||
|
||||
<?php include 'includes/_assetsLate.php'; ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
2
cgv.php
2
cgv.php
@@ -96,7 +96,7 @@ $currentPage = $pages['cgv'];
|
||||
|
||||
<?php include 'includes/_footer.php'; ?>
|
||||
</div>
|
||||
|
||||
<?php include 'includes/_assetsLate.php'; ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
<link rel="stylesheet" type="text/css" href="dist/semantic.css">
|
||||
<link href="assets/style.css" rel="stylesheet" type="text/css"/>
|
||||
<script src="assets/library/jquery-3.6.0.min.js"></script>
|
||||
<script src="dist/semantic.js"></script>
|
||||
<script src="assets/script.js"></script>
|
||||
<link rel="preload" href="dist/semantic.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<noscript><link rel="stylesheet" href="dist/semantic.css"></noscript>
|
||||
<link href="assets/style.rc1.css" rel="stylesheet" type="text/css"/>
|
||||
|
||||
@@ -72,7 +72,7 @@ $currentPage = $pages['index'];
|
||||
|
||||
<?php include 'includes/_footer.php'; ?>
|
||||
</div>
|
||||
|
||||
<?php include 'includes/_assetsLate.php'; ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
@@ -92,7 +92,7 @@ $currentPage = $pages['interventions'];
|
||||
|
||||
<?php include 'includes/_footer.php'; ?>
|
||||
</div>
|
||||
|
||||
<?php include 'includes/_assetsLate.php'; ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
@@ -63,7 +63,7 @@ $currentPage = $pages['mentions'];
|
||||
|
||||
<?php include 'includes/_footer.php'; ?>
|
||||
</div>
|
||||
|
||||
<?php include 'includes/_assetsLate.php'; ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
@@ -127,7 +127,7 @@ $currentPage = $pages['solutions'];
|
||||
|
||||
<?php include 'includes/_footer.php'; ?>
|
||||
</div>
|
||||
|
||||
<?php include 'includes/_assetsLate.php'; ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
@@ -135,7 +135,7 @@ $currentPage = $pages['transparence'];
|
||||
|
||||
<?php include 'includes/_footer.php'; ?>
|
||||
</div>
|
||||
|
||||
<?php include 'includes/_assetsLate.php'; ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user