Skip to content

Commit

Permalink
make logo not selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Jun 21, 2024
1 parent ae35bda commit c236f49
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
</head>
<body data-bs-theme="dark" class="bg-black">
<main class="py-5 container">
<h1 class="text-center rootmytv py-5 overflow-x-hidden">CanI.RootMy.TV<small>?</small></h1>
<h1 class="text-center rootmytv py-5 overflow-x-hidden user-select-none">CanI.RootMy.TV<small>?</small></h1>
<div id="app-container" class="mx-1 mx-sm-2 mx-md-3 mx-lg-4 mx-sm-5">
<noscript>
<input class="form-control form-control-lg" type="search" placeholder="OLED65G2PUA 04.40.75" disabled>
<label class="w-100">
<input class="form-control form-control-lg" type="search" disabled>
</label>
<div class="alert alert-danger mt-3" role="alert">
<i class="bi bi-exclamation-triangle me-2"></i>JavaScript is disabled. Please enable it to use this page.
</div>
Expand Down

0 comments on commit c236f49

Please sign in to comment.