-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (35 loc) · 1.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="bg">
<head>
<meta content="charset=utf-8" />
<meta charset="utf-8" />
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<title>Foradmin</title>
<link href="assets/foradmin.css?v=3.0.0" type="text/css" rel="stylesheet" />
<script src="/jslib/jquery-2.1.4.min.js"></script>
<script src="https://cdn.auth0.com/js/auth0/9.5.1/auth0.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/11.6.1/lock.min.js"></script>
<script src="/controllers/utils.js?v=3.0.1"></script>
<script src="controllers/login.js?v=3.0.0"></script>
<script>$(document).ready(function() { window.utils = new UtilsManager();
window.login = new LoginManager(); });</script>
</head>
<body>
<main>
<section id="login">
<h1><img alt="Forplay&reg;" src="../assets/forplay.svg" class="svg"/></h1>
<div role="toolbar">
<button type="button" class="login">Администрация</button>
</div>
</section>
</main>
<footer>
<p>© Copyright 2015 <a href="http://forplay.bg?video=castle-design">Castle
Design Ltd.</a></p>
<p>Тази страница се придържа към <a href="http://www.cencenelec.eu/News/Press_Releases/Pages/PR-2014-03.aspx">Европейските
Изисквания за Достъпност на Обществени Продукти и Услуги.</a></p>
<p>Икони за кориците благодарение на <a href="http://game-icons.net/">Game-icons.net.</a></p>
</footer>
</body>
</html>