mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
22 lines
843 B
HTML
Executable File
22 lines
843 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Temps restant avant la fin de l'année scholaire</title>
|
|
|
|
<link href="../assets/css/metro-bootstrap_2.css" rel="stylesheet">
|
|
<script src="../assets/js/jquery-1.8.3.js"></script><!-- Jquery -->
|
|
<script src="../assets/js/jquery/jquery.widget.min.js"></script>
|
|
<script src="../assets/js/metro_2.min.js"></script>
|
|
</head>
|
|
<body class="metro">
|
|
<nav class="navigation-bar dark">
|
|
<nav class="navigation-bar-content">
|
|
<item class="element">Calculateur</item>
|
|
</nav>
|
|
</nav>
|
|
<h1> </h1>
|
|
<h1 style="text-align: center">Temps restant avant la fin de l'année scolaire</h1>
|
|
<h1> </h1>
|
|
<div class="countdown" data-role="countdown" data-stoptimer="2017-06-25" data-style-background="bg-cyan" style="font-size: 60px"></div>
|
|
</body>
|
|
</html> |