Files
mumble-web2/index.html
T
2024-05-21 16:25:32 -06:00

15 lines
258 B
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Today's Date</title>
</head>
<body>
<script type="module" src="index.js" /></script>
</body>
</html>