Import project backup into new git repo

This commit is contained in:
Victor Lacasse-Beaudoin 2023-02-17 15:43:23 -05:00
commit 9606d8c2df
20 changed files with 1430 additions and 0 deletions

43
static/index.html Normal file
View file

@ -0,0 +1,43 @@
<html>
<head>
<title>AGECEM | slider</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="slider.js"></script>
<!-- BROKEN, brise slider.js quand inclu
<script src="text.js"></script>
!-->
<link rel="stylesheet" href="style.css">
</head>
<body>
<p id="debug"></p>
<div id="contenu">
<embed id="image"/>
</div>
<!-- BROKEN
<div id="bar">
<div id="date-time">
<div id="time"></div>
<div id="date"></div>
</div>
<div id="text-container">
<div id="text-content">
<div>Ce texte sera remplacé par jQuery!</div>
</div>
</div>
</div>
--!>
</body>
</html>