Files
dmxconnect_ci_testing/frontend/index.html

15 lines
530 B
HTML
Raw 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'>
<link rel="shortcut icon" type="image/x-icon" href="./src/assets/images/logo-universal.png" />
<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>