Update mobile.html

This commit is contained in:
Green! 2022-09-05 18:36:39 -04:00 committed by GitHub
parent ca53bb1201
commit d62811a34a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
<link rel="stylesheet" href="style/master.css"> <link rel="stylesheet" href="style/master.css">
<link rel="stylesheet" href="style/main.css"> <link rel="stylesheet" href="style/main.css">
<!-- Embed --> <!-- Embed -->
<script src="resources/nebula.bundle.js"></script>
<meta name="theme-color" content="#eb6f92"> <meta name="theme-color" content="#eb6f92">
<meta property="og:title" content="Nebula"> <meta property="og:title" content="Nebula">
@ -29,11 +29,7 @@
<h1 style='margin-left: .5%; font-family: "Roboto"; color: #838282; font-size: 15px; bottom: 0; padding-top: 15px;'>mobile</h1> <h1 style='margin-left: .5%; font-family: "Roboto"; color: #838282; font-size: 15px; bottom: 0; padding-top: 15px;'>mobile</h1>
</div> </div>
<div id="content"> Nebula is currently unsupported on Mobile devices for the time being.
<form class="url" action="" method="POST" id="unblocker-form">
<input type="text" id="url" name="url" autofocus="" autocomplete="off" placeholder="Explore the web freely">
</form>
</div>
<p class="stamp"> &copy; Nebula Services. All rights reserved. | <a href="https://discord.gg/bZQxg6SkVp">Need Support?</a> </p> <p class="stamp"> &copy; Nebula Services. All rights reserved. | <a href="https://discord.gg/bZQxg6SkVp">Need Support?</a> </p>
<!-- Panelbear --> <!-- Panelbear -->
<script async src="https://cdn.panelbear.com/analytics.js?site=AZa75ZyiRRZ"></script> <script async src="https://cdn.panelbear.com/analytics.js?site=AZa75ZyiRRZ"></script>
@ -50,4 +46,4 @@
<script async src="https://arc.io/widget.min.js#BgaWcYfi"></script> <script async src="https://arc.io/widget.min.js#BgaWcYfi"></script>
</body> </body>
</html> </html>