1
0
Fork 0
forked from Simnation/Main
Main/resources/[carscripts]/jg-textui/web/index.html
2025-08-04 20:32:58 +02:00

13 lines
263 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>jg-textui-web</title>
<link rel="stylesheet" href="main.css" />
</head>
<body>
<div class="text-ui">This is some text</div>
<script src="main.js"></script>
</body>
</html>