mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 20:43:08 +00:00
12 lines
201 B
HTML
12 lines
201 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>
|