2025-02-08 17:50:59 -08:00
|
|
|
<head>
|
|
|
|
<link href="/index.css" rel="stylesheet"/>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<nav class="bg-gray-800">
|
|
|
|
<div class="mx-auto max-w-7xl px-2 sm:px-6 lg:px-8">
|
|
|
|
<div class="relative flex h-16 items-center justify-between">
|
|
|
|
<div class="absolute inset-y-0 left-0 flex items-center sm:hidden">
|
|
|
|
<!-- Mobile menu button-->
|
|
|
|
<button type="button" class="relative inline-flex items-center justify-center rounded-md p-2 text-gray-400 hover:bg-gray-700 hover:text-white focus:ring-2 focus:ring-white focus:outline-hidden focus:ring-inset" aria-controls="mobile-menu" aria-expanded="false">
|
|
|
|
<span class="absolute -inset-0.5"></span>
|
|
|
|
<span class="sr-only">Open main menu</span>
|
|
|
|
<!--
|
|
|
|
Icon when menu is closed.
|
|
|
|
|
|
|
|
Menu open: "hidden", Menu closed: "block"
|
|
|
|
-->
|
|
|
|
<svg class="block size-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">
|
|
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" />
|
|
|
|
</svg>
|
|
|
|
<!--
|
|
|
|
Icon when menu is open.
|
|
|
|
|
|
|
|
Menu open: "block", Menu closed: "hidden"
|
|
|
|
-->
|
|
|
|
<svg class="hidden size-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">
|
|
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12" />
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div class="flex flex-1 items-center justify-center sm:items-stretch sm:justify-start">
|
|
|
|
<div class="flex shrink-0 items-center">
|
2025-02-16 17:29:50 -08:00
|
|
|
<img class="h-8 w-auto" src="/3d-printer.png" style="filter: invert(1);" alt="Your Company">
|
2025-02-08 17:50:59 -08:00
|
|
|
</div>
|
|
|
|
<div class="hidden sm:ml-6 sm:block">
|
|
|
|
<div class="flex space-x-4">
|
|
|
|
<!-- Current: "bg-gray-900 text-white", Default: "text-gray-300 hover:bg-gray-700 hover:text-white" -->
|
|
|
|
<a href="#" class="rounded-md bg-gray-900 px-3 py-2 text-sm font-medium text-white" aria-current="page">Dashboard</a>
|
2025-02-16 17:36:08 -08:00
|
|
|
<a href="http://KingGeorge.printers.nickiel.net/print_jobs" class="rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-gray-700 hover:text-white">King George</a>
|
|
|
|
<a href="http://bluey.printers.nickiel.net" class="rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Bluey</a>
|
2025-02-08 17:50:59 -08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="absolute inset-y-0 right-0 flex items-center pr-2 sm:static sm:inset-auto sm:ml-6 sm:pr-0">
|
|
|
|
<button type="button" class="relative rounded-full bg-gray-800 p-1 text-gray-400 hover:text-white focus:ring-2 focus:ring-white focus:ring-offset-2 focus:ring-offset-gray-800 focus:outline-hidden">
|
|
|
|
<span class="absolute -inset-1.5"></span>
|
|
|
|
<span class="sr-only">View notifications</span>
|
|
|
|
<svg class="size-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">
|
|
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0" />
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<!-- Profile dropdown -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- Mobile menu, show/hide based on menu state. -->
|
|
|
|
<div class="sm:hidden" id="mobile-menu">
|
|
|
|
<div class="space-y-1 px-2 pt-2 pb-3">
|
|
|
|
<!-- Current: "bg-gray-900 text-white", Default: "text-gray-300 hover:bg-gray-700 hover:text-white" -->
|
|
|
|
<a href="#" class="block rounded-md bg-gray-900 px-3 py-2 text-base font-medium text-white" aria-current="page">Dashboard</a>
|
2025-02-16 17:36:08 -08:00
|
|
|
<a href="http://KingGeorge.printers.nickiel.net/print_jobs" class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-gray-700 hover:text-white">King George</a>
|
|
|
|
<a href="http://bluey.printers.nickiel.net" class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Bluey</a>
|
2025-02-08 17:50:59 -08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
|
2025-02-08 18:55:27 -08:00
|
|
|
<div class="flex columns-2">
|
2025-02-16 14:42:45 -08:00
|
|
|
<div class="mt-16 mx-auto" id="kinggeorge-section" style="max-width: 50%;">
|
2025-02-08 18:59:22 -08:00
|
|
|
<iframe class="w-full" style="height: 86%" src="http://kinggeorge.printers.nickiel.net/print_jobs" title="KingGeorge status"></iframe>
|
2025-02-08 18:57:52 -08:00
|
|
|
<img src="http://kinggeorge.printers.nickiel.net/webcam" alt="http://kinggeorge.printers.nickiel.net:8080/?action=stream" width="682" height="511" class="shrinkToFit mt-8">
|
|
|
|
</div>
|
2025-02-08 18:07:45 -08:00
|
|
|
|
2025-02-16 15:58:44 -08:00
|
|
|
<div class="mt-16 mx-auto" id="bluey-section" style="max-width: 50%;">
|
2025-02-16 16:04:27 -08:00
|
|
|
<iframe class="w-full" style="height: 86%" src="http://bluey.printers.nickiel.net" title="Bluey status"></iframe>
|
2025-02-16 16:05:33 -08:00
|
|
|
<img id="bluey-webcam" src="http://bluey.printers.nickiel.net/webcam/?action=stream" class="shrinkToFit mt-8">
|
2025-02-08 17:57:34 -08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2025-02-08 17:50:59 -08:00
|
|
|
</body>
|