Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timob-8238: Titanium Mobile Template: Template.HTML: cover image is missing on Mobile Web #1

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions Resources/HTML/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</head>
<body>
<center>
<img src="./images/img-cover.jpg" alt="A Princess of Mars" border="2" width="95%">
<img src="../HTML/images/img-cover.jpg" alt="A Princess of Mars" border="2" width="95%">
</center>

<br><br>
Expand Down Expand Up @@ -4234,7 +4234,7 @@ <h3 align="center">

<a name="img-142"></a>
<center>
<img src="./images/img-142.jpg" alt="I sought out Dejah Thoris in the throng of departing chariots." border="2" width="95%">
<img src="../HTML/images/img-142.jpg" alt="I sought out Dejah Thoris in the throng of departing chariots." border="2" width="95%">
<h3>
I sought out Dejah Thoris in the throng of departing chariots.
</h3>
Expand Down Expand Up @@ -5255,7 +5255,7 @@ <h3 align="center">

<a name="img-178"></a>
<center>
<img src="./images/img-178.jpg" alt="she drew upon the marble floor the first map of Barsoomian territory I had ever seen." border="2" width="95%">
<img src="../HTML/images/img-178.jpg" alt="she drew upon the marble floor the first map of Barsoomian territory I had ever seen." border="2" width="95%">
<h3>
She drew upon the marble floor the first map <br>
of Barsoomian territory I had ever seen.
Expand Down Expand Up @@ -6446,7 +6446,7 @@ <h3 align="center">

<a name="img-224"></a>
<center>
<img src="./images/img-224.jpg" alt="The old man sat and talked with me for hours." border="2" width="95%">
<img src="../HTML/images/img-224.jpg" alt="The old man sat and talked with me for hours." border="2" width="95%">
<h3>
The old man sat and talked with me for hours.
</h3>
Expand Down Expand Up @@ -8605,7 +8605,7 @@ <h3 align="center">

<a name="img-throne"></a>
<center>
<img src="./images/img-throne.jpg" alt="With my back against a golden throne, I fought once more for Dejah Thoris" border="2" width="95%">
<img src="../HTML/images/img-throne.jpg" alt="With my back against a golden throne, I fought once more for Dejah Thoris" border="2" width="95%">
<h3>
With my back against a golden throne, I fought once more for Dejah Thoris.
</h3>
Expand Down