forked from Telraam/Telraam-RPi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
24 lines (21 loc) · 792 Bytes
/
index.php
File metadata and controls
24 lines (21 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<title>Telraam Install</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/design.css" />
</head>
<body class="splash">
<div class="box">
<h1>Telraam Setup</h1>
<div class="intro">Please select your language.</div>
<div class="lang-box-container">
<a href="setup/?lang=nl" class="lang-box">Dutch</a>
<a href="setup/?lang=fr" class="lang-box">French</a>
<a href="setup/?lang=en" class="lang-box">English</a>
<a href="setup/?lang=si" class="lang-box">Slovenian</a>
<a href="setup/?lang=es" class="lang-box">Spanish</a>
<a href="setup/?lang=de" class="lang-box">German</a>
</div>
</div> <!-- end box -->
</body>
</html>