mirror of
https://github.com/thelounge/thelounge
synced 2024-11-14 16:27:22 +00:00
ecede860ef
This gets us one step closer to cross-browser testing 🎉
11 lines
201 B
HTML
11 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>
|