-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (21 loc) · 875 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pletix</title>
<link rel="stylesheet" href="./core/style.css">
</head>
<body>
<center>
<h1>Welcome to Pletix.org</h1>
<h2>Please select a page you want to visit.</h3>
<p>Star Trek Adventures (STA)</p>
<a href="https://sta.pletix.org/uss-artus"><button>Cloud (Login required)</button></a> <br>
<a href="https://sta.pletix.org/wiki"><button>Wiki (Public access)</button></a> <br>
<div>
<t>This website is operated and maintained by <a class="important" href="https://zylix.eu">Zylix Solutions</a>.<br><br>Made with ❤️ - © 2024 <a class="important" href="https://zylix.eu">Zylix Solutions</a></t>
</div>
</center>
</body>
</html>