Browse
For agents
About
Yatra – Travel Booking & Tour Operator Software
/
3.0.10
Yatra – Travel Booking & Tour Operator Software
v3.0.10
Switch version
3.0.15
3.0.14
3.0.14.1
3.0.14.2
3.0.12
3.0.13
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.5.1
3.0.4
3.0.3
3.0.2.9
3.0.2.7
3.0.2.8
3.0.2.6
trunk
1.0.0
2.0.0
2.0.1
2.0.10
All 83 releases
Overview
Code
yatra
/
resources
/
admin.html
admin.html
in Yatra – Travel Booking & Tour Operator Software 3.0.10, at resources/admin.html
13 lines
307 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<!
DOCTYPE
html
>
2
<
html
lang
=
"
en
"
>
3
<
head
>
4
<
meta
charset
=
"
UTF-8
"
>
5
<
meta
name
=
"
viewport
"
content
=
"
width=device-width, initial-scale=1.0
"
>
6
<
title
>
Yatra Admin
</
title
>
7
</
head
>
8
<
body
>
9
<
div
id
=
"
yatra-admin-root
"
>
</
div
>
10
<
script
type
=
"
module
"
src
=
"
/resources/js/main.tsx
"
>
<
/
script
>
11
</
body
>
12
</
html
>
13