-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
20 lines (16 loc) · 839 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<title></title>
</head>
<body>
<h2>Hey all!</h2>
<p>This is a quick test page. I'm gonna post things here of interest to me.</p>
<ul>
<li><a href="./floreantpos.html">How I got floreantpos running on a tablet</a></li>
<li><a href="./build-los-encore.html">How to build LineageOS for a Nook Color (encore) - archived from old CyanogenMod Wiki</a></li>
<li><a href="./build-los-trltetmo.html">How to build LineageOS for a Note 4 T-Mobile(trltetmo) - archived from old CyanogenMod Wiki</a></li>
<li><a href="./build-los-trltexx.html">How to build LineageOS for a Note 4 (trltexx) - archived from old CyanogenMod Wiki</a></li>
<li><a href="./porting-intro.html">How To Port CyanogenMod Android To Your Own Device - archived from old CyanogenMod Wiki</a></li>
</ul>
</body>
</html>