mirror of
https://github.com/thelounge/thelounge
synced 2024-11-13 15:57:17 +00:00
11 lines
207 B
HTML
11 lines
207 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Tests</title>
|
|
</head>
|
|
<body>
|
|
<script src="/js/bundle.vendor.js"></script>
|
|
<script src="/js/bundle.test.js"></script>
|
|
</body>
|
|
</html>
|