-
Notifications
You must be signed in to change notification settings - Fork 2
/
key.html
26 lines (26 loc) · 1.02 KB
/
key.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
<!DOCTYPE html>
<!--
This file is part of Chronos. The LICENSE file at the top level of
this repository contains the full copyright notices and license terms.
-->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css"/>
<link rel="stylesheet" href="chronos.css"/>
</head>
<body>
<div class="container">
<h2>Key Validation</h2>
<p>In your Tryton's preferences, you must validate the Timesheet
application key starting by</p>
<pre id="key"></pre>
<a href="chronos.html"
class="btn btn-lg btn-primary btn-block">OK</a>
</div>
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.js"></script>
<script src="key.js"></script>
</body>
</html>