mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
19 lines
467 B
HTML
19 lines
467 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
|
|
|
|
<title>Конфигуратор прошивки</title>
|
|
|
|
<link rel="icon" type="image/png" href="favicon.ico" />
|
|
<link rel="stylesheet" href="global.css" />
|
|
<link rel="stylesheet" href="build/bundle.css?0.01" />
|
|
|
|
<script defer src="build/bundle.js?0.01"></script>
|
|
</head>
|
|
|
|
<body></body>
|
|
</html>
|