Skip to content

Commit 5befacd

Browse files
committed
Formatting
1 parent 3a9b02e commit 5befacd

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<!-- Footer End -->
165165
</div>
166166
</body>
167-
<link rel="stylesheet" href="static/all.min.css" >
167+
<link rel="stylesheet" href="static/all.min.css">
168168
<!-- Track button clicks-->
169169
<script>
170170
document.getElementById('download-header').addEventListener("click", function () { plausible('download-header'); });
@@ -214,4 +214,4 @@
214214
}
215215
</script>
216216

217-
</html>
217+
</html>

templates/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ <h4 class="is-size-4 has-text-weight-bold mb-2">Bring your own ROM</h4>
6767
allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups" width="560" height="315"
6868
frameborder="0"></iframe>
6969
</figure>
70-
<p class="subtitle is-6 has-text-centered is-italic">Demo: How to how to unlock the bootloader and install LineageOS.</p>
70+
<p class="subtitle is-6 has-text-centered is-italic">Demo: How to how to unlock the bootloader and install
71+
LineageOS.</p>
7172
<!--<img class="mx-auto mt-0-widescreen is-block image" src="static/Screenshot-start-page.png"
7273
alt="Open Android Installer Startpage Screenshot">-->
7374
</div>
@@ -199,7 +200,8 @@ <h4>A selection of different Android-based ROMs and where to find them:</h4>
199200
allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups" width="560" height="315"
200201
frameborder="0"></iframe>
201202
</figure>
202-
<p class="subtitle is-6 has-text-centered is-italic">Demo: How to install Addons like MicroG alongside LineageOS.</p>
203+
<p class="subtitle is-6 has-text-centered is-italic">Demo: How to install Addons like MicroG alongside
204+
LineageOS.</p>
203205
</div>
204206
</div>
205207
</div>

0 commit comments

Comments
 (0)