-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdescription.mustache.html
58 lines (52 loc) · 1.99 KB
/
description.mustache.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="description" content="{{ projectName }}">
<meta name="keywords" content="{{ projectName }}">
<title>{{ projectName }}</title>
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- Apple iOS Safari settings -->
<meta name="viewport" content="
width=device-width,
initial-scale=1.0,
maximum-scale=1.0,
minimum-scale=1.0,
user-scalable=no,
viewport-fit=cover">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="{{ projectName }}">
<!-- shortcut ico favicon -->
<link rel="shortcut icon" href="/img/abcdesktop32x32.ico" />
<link rel="apple-touch-icon" href="/img/abcdesktop.png" />
<link rel="icon" href="/img/abcdesktop32x32.ico" sizes="32x32">
<link rel="icon" href="/img/abcdesktop48x48.ico" sizes="48x48">
<link rel="icon" href="/img/abcdesktop64x64.ico" sizes="64x64">
<link rel="icon" href="/img/abcdesktop128x128.ico" sizes="128x128">
<link rel="icon" href="/img/abcdesktop256x256.ico" sizes="256x256">
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="css/css-dist/description.css" type="text/css">
</head>
<body>
<div class="container main">
<h1>Contributors</h1>
<ul>
<li>Alexandre Devely</li>
<li>Kevin Voyer</li>
</ul>
<h1>Main solutions used</h1>
<ul>
<li>NoVNC</li>
<li>Kubernetes</li>
<li>Nginx</li>
<li>CherryPy</li>
<li>NodeJS</li>
<li>WmctrlJS</li>
</ul>
</div>
</body>
</html>