fix: conflicts
This commit is contained in:
25
anthologie.php
Normal file
25
anthologie.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php require_once './parts/head.php'; ?>
|
||||
|
||||
<body>
|
||||
<?php require_once './parts/header.php'; ?>
|
||||
<!-- Anthology -->
|
||||
<div id="anthology">
|
||||
<h3 id="anthologyTitle" style="text-align:center">Anthologie</h3>
|
||||
<br><br>
|
||||
<small><em id="anthologyDisclaimer">Si vous souhaitez supprimer un message/poème public, merci de le faire savoir à <a href="mailto:contact@avion-poe.me">contact@avion-poe.me</a></em></small>
|
||||
<br><br><br><br>
|
||||
<div id="anthologyItems">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="backToMap">
|
||||
<p style="text-align:center"><a id="closeAnthologyAbout" href="/">Retour à la carte</a></p>
|
||||
</div>
|
||||
|
||||
<div id="map" style="display:none"></div>
|
||||
|
||||
<script src="src/anthology.js"></script>
|
||||
<script src="src/translation.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user