Update index.html

This commit is contained in:
arcadius3d 2017-05-01 22:33:08 -03:00 committed by GitHub
parent cfd33cea73
commit 11b4820c6e

View File

@ -991,6 +991,11 @@
<ul>
<li>WebGL is a potential security risk. <a href="http://security.stackexchange.com/questions/13799/is-webgl-a-security-concern">Source</a></li>
</ul>
<li>media.navigator.enabled = false</li>
<ul>
<li>Websites can track the microphone and camera status of your device.</li>
</ul>
<li>dom.battery.enabled = false</li>
<ul>
@ -2618,14 +2623,14 @@
<div class="col-sm-4">
<div class="panel panel-success">
<div class="panel-heading">
<h3 class="panel-title">CyanogenMod</h3>
<h3 class="panel-title">LineageOS</h3>
</div>
<div class="panel-body">
<p><img src="img/tools/CyanogenMod.png" alt="CyanogenMod" align="right" style="margin-left:5px;">CyanogenMod is an open-source operating system for smartphones and tablets, based on Android. It is developed as free and open source software based on
the official releases of Android by Google.</p>
<p><img src="img/tools/LineageOS.png" alt="LineageOS" align="right" style="margin-left:5px;">LineageOS is the descendant of the discontinued CyanogenMod. It is a free and open-source operating system for smartphones and tablets, based on
the oficcial releases of Android by Google.</p>
<p>
<a href="http://www.cyanogenmod.org/">
<button type="button" class="btn btn-success">Website: cyanogenmod.org</button>
<a href="https://www.lineageos.org/">
<button type="button" class="btn btn-success">Website: lineageos.org</button>
</a>
</p>
</div>