diff options
| author | s1nical <[email protected]> | 2019-08-07 22:10:09 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-07 22:10:09 -0700 |
| commit | 8c9ff863b476ef91133e98e0916bbdad1d690e56 (patch) | |
| tree | 917915ff1530638a5eed410420a6c5dd8eb59f43 /mobile | |
| parent | Update app.js (diff) | |
| download | s1n.pw-admin-8c9ff863b476ef91133e98e0916bbdad1d690e56.tar.xz s1n.pw-admin-8c9ff863b476ef91133e98e0916bbdad1d690e56.zip | |
Update index.html
Diffstat (limited to 'mobile')
| -rw-r--r-- | mobile/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mobile/index.html b/mobile/index.html index f75b0c0..39902ed 100644 --- a/mobile/index.html +++ b/mobile/index.html @@ -60,6 +60,9 @@ <body> <script src="js/app.js"></script> + <!-- Request Desktop Site --> + <button onclick="requestDesktopSite()">Request Desktop Site</button> + <!-- Core Site Function, Site Primer/ Base --> <main> <div class="links"> |