|
@@ -1,19 +1,3 @@
|
|
|
-<!DOCTYPE html>
|
|
|
-<html lang="fr">
|
|
|
-
|
|
|
-<?php
|
|
|
- $title = "ASCII";
|
|
|
- include("../include/head.php");
|
|
|
-?>
|
|
|
-
|
|
|
-<body>
|
|
|
- <!-- Navbar -->
|
|
|
- <?php
|
|
|
- include("../include/navbar.php")
|
|
|
- ?>
|
|
|
-
|
|
|
- <!-- Main -->
|
|
|
- <main role="main" class="container">
|
|
|
<div class="focus-center">
|
|
|
<h1>
|
|
|
ASCII Space Destroyer
|
|
@@ -466,23 +450,3 @@
|
|
|
Repassez plus tard ...
|
|
|
</p>
|
|
|
</div>
|
|
|
-
|
|
|
- <!-- Back button -->
|
|
|
- <?php
|
|
|
- include("../include/back-to-projects.php")
|
|
|
- ?>
|
|
|
- </main>
|
|
|
-
|
|
|
- <!-- Footer -->
|
|
|
- <?php
|
|
|
- include("../include/footer.php")
|
|
|
- ?>
|
|
|
-
|
|
|
- <!-- Scripts -->
|
|
|
- <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
|
|
|
- integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
|
|
|
- crossorigin="anonymous"></script>
|
|
|
- <script src="/include/js/bootstrap.js"></script>
|
|
|
-
|
|
|
-</body>
|
|
|
-</html>
|