summaryrefslogtreecommitdiff
path: root/web/index.pug
blob: 84c256c8f96a8c2f2444680b5c0b3e02c342cadc (plain)
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
extends start.pug

append vars
	- title = "PiKVM Index"
	- main_js = "index/main"
	- css_list = css_list.concat(["window", "modal", "index/index"])

block start
	table
		tr
			td(valign="top" class="logo")
				img(class="svg-gray" src=`${svg_dir}/logo.svg` alt="PiKVM" height="40")
			td(valign="top")
				table
					tr #[td(colspan="2" class="title") The Open Source IP-KVM]
					tr
						td(colspan="2" class="copyright")
							| Copyright © 2018-2022 #[a(target="_blank" href="mailto:[email protected]") Maxim Devaev]

	hr
	table
		td(class="server")
			td Server:
			td #[a(id="kvmd-meta-server-host" target="_blank" href="/api/info")]

	hr
	div(id="apps-box")
		h4 Loading ...

	div(id="app-keyboard-warning")
		hr
		p(class="text")
			| Please note that when you are working with a KVM session or another application that captures the keyboard,
			| you can't use some keyboard shortcuts such as Ctrl+Alt+Del (which will be caught by your OS) or Ctrl+W (caught by your browser).
		p(class="text")
			| To override this limitation you can use #[a(target="_blank" href="https://google.com/chrome") Google Chrome]
			| or #[a(target="_blank" href="https://chromium.org/Home") Chromium] in application mode.
		div(id="app-text" class="code")

	hr
	p(class="text credits")
		a(target="_blank" href="https://pikvm.org") PiKVM Project
		|   |  
		a(target="_blank" href="https://docs.pikvm.org") Documentation
		|   |  
		a(target="_blank" href="https://pikvm.org/support") Support