10 lines
150 B
HTML
10 lines
150 B
HTML
<!-- <!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>JavaScript Example</title>
|
|
</head>
|
|
<body>
|
|
<script src="src/index.js"></script>
|
|
</body>
|
|
</html> -->
|