Files
dmxconnect/frontend/index.html

14 lines
431 B
HTML
Raw Permalink Normal View History

2023-08-25 20:33:11 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
2023-08-26 09:33:05 +00:00
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel='stylesheet' href='./src/style.css'>
<title>DMXConnect</title>
2023-08-25 20:33:11 +00:00
</head>
2023-08-26 09:33:05 +00:00
<body style="background-color:#1B262C;">
2023-08-25 20:33:11 +00:00
<script src="./src/main.js" type="module"></script>
</body>
</html>