Skip to content

Commit

Permalink
open source devs go brr
Browse files Browse the repository at this point in the history
jakedowns committed Feb 4, 2024
1 parent c14efc0 commit 4bac044
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 4bac044

Please sign in to comment.