Fix conflict

This commit is contained in:
/usr/bin/nano
2020-07-03 23:24:10 +03:00
parent aa86662d9f
commit 61f79385ea
281 changed files with 712 additions and 1940 deletions

View File

@@ -33,6 +33,14 @@
<!-- Следущая строчка нужна для обозначения места вставки объеденённых css/js файлов. Её не следует удалять.-->
<!-- extraPacker -->
<script>
var now = new Date();
var Dec015_2019_start = new Date(2019,11,15,12,0,0,0);
var Dec015_2019_stop = new Date(2019,11,15,12,30,0,0);
if( now > Dec015_2019_start && now < Dec015_2019_stop) {
window.location.href = '/blackout/index.html';
}
</script>
</head>
<body>
<div class="container page-wrap" id="mainContainer">