open source devs go brr
This commit is contained in:
parent
c14efc0b8b
commit
4bac044e88
|
|
@ -12,12 +12,13 @@
|
|||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="flex justify-center items-center h-screen text-white bg-black">
|
||||
<h1 class="text-4xl font-bold text-purple-800 bg-blue-900 p-4 rounded">Hello, World!</h1>
|
||||
<body class="flex flex-col justify-center items-center h-screen text-white bg-black">
|
||||
<h1 class="text-4xl font-bold text-purple-800 p-4 block">Xreal, meet the Web.</h1>
|
||||
<br/>
|
||||
|
||||
|
||||
<!-- Button to kick off a USBHID session device request -->
|
||||
<button id="usbhid-button" class="mt-4 bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">
|
||||
<button id="usbhid-button" class="block mt-4 bg-purple-800 hover:bg-purple-700 text-white font-bold py-2 px-4 rounded">
|
||||
Start USBHID Session
|
||||
</button>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue