-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtableau.html
46 lines (46 loc) · 1.29 KB
/
tableau.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
!<!DOCTYPE html>
<html>
<head>
<title>ticket</title>
<link rel="stylesheet" type="text/css" href="style3.css" />
<link rel="preconnect" href="https://fonts.gstatic.com/%22%3E
<link
href="https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap"
rel="stylesheet"/>
</head>
<body>
<div class="neon-wrapper">
<center><div class="neon-text">Get Your Ticket</div></center>
</div>
<center>
<div>
<table class="eve">
<tr>
<td class="neon-wrapper container">
<center><p>Earth to Mars Simple</p></center>
</td>
<td class="neon-wrapper">
<center><p>10'000 USD</p></center>
</td>
</tr>
<tr>
<td class="neon-wrapper">
<center><p>Mars to Earth Simple</p></center>
</td>
<td class="neon-wrapper">
<center><p>15'000 USD</p></center>
</td>
</tr>
<tr>
<td class="neon-wrapper">
<center><p>Earth Mars Business class</p></center>
</td>
<td class="neon-wrapper">
<center><p>50'000 USD</p></center>
</td>
</tr>
</table>
</div>
</center>
</body>
</html>