diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-14 22:27:38 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-14 22:28:12 -0400 |
| commit | fb1be51f68ae067fa36725066f945e3c0aeb87d4 (patch) | |
| tree | c22b38b624e19a4a8f5cd8471cf00397c694b650 /static/install | |
| parent | bc7955f091eb80a1ed8137561a3740f273407ff8 (diff) | |
rename grapheneos.css to main.css
Diffstat (limited to 'static/install')
| -rw-r--r-- | static/install/cli.html | 2 | ||||
| -rw-r--r-- | static/install/index.html | 2 | ||||
| -rw-r--r-- | static/install/web.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/static/install/cli.html b/static/install/cli.html index cd06cc91..60907605 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -23,7 +23,7 @@ <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/> <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> <link rel="apple-touch-icon" href="/apple-touch-icon.png"/> - <link rel="stylesheet" href="/grapheneos.css"/> + <link rel="stylesheet" href="/main.css"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="license" href="/LICENSE.txt"/> <script type="module" src="/js/redirect.js"></script> diff --git a/static/install/index.html b/static/install/index.html index 04f4b418..736bafeb 100644 --- a/static/install/index.html +++ b/static/install/index.html @@ -23,7 +23,7 @@ <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/> <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> <link rel="apple-touch-icon" href="/apple-touch-icon.png"/> - <link rel="stylesheet" href="/grapheneos.css"/> + <link rel="stylesheet" href="/main.css"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="license" href="/LICENSE.txt"/> <script type="module" src="/js/redirect.js"></script> diff --git a/static/install/web.html b/static/install/web.html index 4290139c..dbc1a76c 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -23,7 +23,7 @@ <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/> <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> <link rel="apple-touch-icon" href="/apple-touch-icon.png"/> - <link rel="stylesheet" href="/grapheneos.css"/> + <link rel="stylesheet" href="/main.css"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="license" href="/LICENSE.txt"/> <script type="module" src="/js/redirect.js"></script> |
