12 lines
336 B
Text
12 lines
336 B
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>tududi</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div> <!-- React will render here -->
|
|
<script src="/js/bundle.js"></script> <!-- Load the React bundle -->
|
|
</body>
|
|
</html>
|