1.0
This commit is contained in:
32
masks/index.html
Executable file
32
masks/index.html
Executable file
@@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<meta name="author" content="Franzz" />
|
||||
<link rel='shortcut icon' type='image/x-icon' href='favicon.ico' />
|
||||
<link href="style/normalize.css" rel="stylesheet" type="text/css" />
|
||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
|
||||
<link href="style/font-awesome.css" rel="stylesheet" type="text/css" />
|
||||
<link href="style/style.css" rel="stylesheet" type="text/css" />
|
||||
<script type="text/javascript" src="script/jquery.js"></script>
|
||||
<script type="text/javascript" src="script/film.js"></script>
|
||||
<title>UGC</title>
|
||||
<script type="text/javascript">
|
||||
//Parameters
|
||||
var asCinemas = {'10':'Les Halles', '12':'Bercy', '20':'La Défense'};
|
||||
var oDate = new Date();
|
||||
if(oDate.getHours()==23) oDate.setDate(oDate.getDate() + 1);
|
||||
|
||||
$(document).ready(function(){
|
||||
var oAffiche = new Affiche(oDate);
|
||||
oAffiche.loadCinemas();
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<header><i class="fa fa-icon fa-date"></i><time id="date"></time></header>
|
||||
<main><i id="buffer" class="fa fa-spinner fa-spin"></i></main>
|
||||
<div id="feedback"></div>
|
||||
<footer><i class="fa fa-icon fa-power"></i>Designed & powered by Franzz, licensed under GPLv3.</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user