Change-Id: I800a8bca5667bccd7761ed56f25376574a267891 Signed-off-by: Joey <joey@lineageos.org>
11 lines
405 B
C#
Executable File
11 lines
405 B
C#
Executable File
<?cs def:custom_masthead() ?>
|
|
<div id="header">
|
|
<div id="headerLeft">
|
|
<a href="<?cs var:toroot ?>reference/packages.html" tabindex="-1"><img
|
|
src="<?cs var:toroot ?>assets/lineage_logo.svg" alt="CID" width="144" height="72"/>
|
|
<span id="masthead-title" style="font-size: 28px;">LineageOS Platform SDK</span></a>
|
|
</div>
|
|
</div><!-- header --><?cs
|
|
/def ?>
|
|
|