Files
inventorym/UiView/src/resources/index.html
T
2026-01-01 22:10:20 -05:00

12 lines
281 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Inventory HTML File</title>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<h1>Java desktop app with Web-based UI</h1>
</body>
</html>