-
Notifications
You must be signed in to change notification settings - Fork 19
/
print-ticket.html
55 lines (52 loc) · 2.95 KB
/
print-ticket.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
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<!-- for-mobile-apps -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#25274d">
<meta name="description" content="A bus seat reservation system made by James">
<meta name="author" content="James Muriitih">
<meta name="keywords" content="bus,bus seats,">
<meta property="og:site_name" content="google.com">
<meta property="og:title" content="Bus Seat Reservation System" />
<meta property="og:description" content="A bus seat reservation system made by James" />
<meta property="og:image:url" itemprop="image" content="A bus seat reservation system made by James">
<meta property="og:image" content="https://james-muriithi.github.io/bus/images/logo-400.png" />
<meta property="og:image:url" content="https://james-muriithi.github.io/bus/images/logo-400.png" />
<meta property="og:image:secure_url" content="https://james-muriithi.github.io/bus/images/logo-400.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="400" />
<meta property="og:locale" content="en_GB" />
<meta property="og:type" content="website" />
<!-- //for-mobile-apps -->
<title>Bus Seat Reservation System</title>
<!-- icons -->
<link rel="icon" type="image/png" href="images/logo-96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="images/logo-16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="images/logo-32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="images/logo-64.png" sizes="64x64" />
<link rel="icon" type="image/png" href="images/logo-128.png" sizes="128x128" />
<!-- end of icons -->
<!-- css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrapValidator.css">
<link rel="stylesheet" type="text/css" href="css/nice-select.css">
<link rel="stylesheet" type="text/css" href="css/util.css">
<link rel="stylesheet" type="text/css" href="css/jquery.seat-charts.css">
<link rel="stylesheet" type="text/css" href="fonts/font-awesome/css/font-awesome.min.css">
<link href="fonts/material-design-icons/material-icon.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="plugins/material-datetimepicker/bootstrap-material-datetimepicker.css" />
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/material.min.css">
<link rel="stylesheet" type="text/css" href="plugins/lobibox/css/lobibox.min.css">
<link rel="stylesheet" type="text/css" href="css/simplelightbox.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- end of css -->
</head>
<body>
</body>
</html>
<script>
</script>