diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-03 10:13:38 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-03 10:13:38 -0400 |
| commit | 6b7e55a50a245b981914ab86389f57f517752837 (patch) | |
| tree | bc561faf3a5df39397f8bc8f77e90d4ef7eb73d2 /static/build.html | |
| parent | 0dbfa516f4852599edfbb5f8811002b60f84cbc1 (diff) | |
add initial footer to all pages
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html index a9afe0ce..ec4c777e 100644 --- a/static/build.html +++ b/static/build.html @@ -11,7 +11,7 @@ <meta property="og:image" content="https://grapheneos.org/graphene.png"/> <meta property="og:url" content="https://grapheneos.org/build"/> <meta property="og:site_name" content="GrapheneOS"/> - <link rel="stylesheet" href="/grapheneos.css?0"/> + <link rel="stylesheet" href="/grapheneos.css?1"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/build"/> </head> @@ -357,7 +357,12 @@ cd ../..</pre> <p>The Auditor app is simply built from the latest upstream tag and bundled as an apk into external/ repositories. There are no modifications to it for GrapheneOS.</p> - </div> + <footer> + <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599"/>GrapheneOS</a> + <div id="social"> + <a href="https://twitter.com/GrapheneOS">Twitter</a> + </div> + </footer> </body> </html> |
