index: Fix capitalization of "JavaScript"

This commit is contained in:
Kevin Ji 2021-02-15 17:53:58 -08:00 committed by GitHub
parent f07e651c7a
commit b3dbce9be8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -221,8 +221,8 @@
<!-- no script --> <!-- no script -->
<noscript> <noscript>
<x-noscript class="full center column"> <x-noscript class="full center column">
<h1>Enable Javascript</h1> <h1>Enable JavaScript</h1>
<h3>Snapdrop works only with Javascript</h3> <h3>Snapdrop works only with JavaScript</h3>
</x-noscript> </x-noscript>
<style> <style>
x-noscript { x-noscript {