mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
10 lines
143 B
HTML
10 lines
143 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Xenia Debugger</title>
|
|
<script src="debugger.js"></script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|