mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
update kiosk browser text
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Simple Kiosk</title>
|
||||
<title>Kiosk Browser</title>
|
||||
|
||||
<style type="text/css">
|
||||
canvas {
|
||||
@@ -23,14 +23,13 @@
|
||||
}
|
||||
|
||||
#box {
|
||||
width: 50%;
|
||||
width: 640px;
|
||||
position: absolute;
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
left: 25%;
|
||||
left: calc(50% - 320px);
|
||||
top: 25%;
|
||||
border-radius: 2px;
|
||||
padding: 20px;
|
||||
max-width: 640px;
|
||||
box-sizing: border-box;
|
||||
padding: 50px 40px 50px 40px;
|
||||
-webkit-user-select: none;
|
||||
@@ -88,12 +87,11 @@
|
||||
<div id="particles"></div>
|
||||
|
||||
<div id="box">
|
||||
<h1>Simple Kiosk</h1>
|
||||
<p>This is a simple browser for your show room or trade fair booth.</p>
|
||||
<h1>Kiosk Browser</h1>
|
||||
<p>This is a simple fullscreen browser for your show room or trade fair booth.</p>
|
||||
<p>It has very few features but works for simple things.</p>
|
||||
<p>By default it loads <span style="font-family: monospace;">/assets/data/index.html</span> but you can choose
|
||||
any page you like.</p>
|
||||
<p>Simple Kiosk comes with a plugin for the Tooloop Settings Server so you can configure it in there.</p>
|
||||
any page you like by editing <span style="font-family: monospace;">/assets/presentation/start-presentation.sh</span>.</p>
|
||||
</div>
|
||||
|
||||
<div id="credits"><a href="http://vincentgarreau.com/particles.js/">particles.js</a> by Vincent Garreau</div>
|
||||
|
||||
Reference in New Issue
Block a user