8 lines
137 B
HTML
8 lines
137 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Hello, world!</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<script src="main.js"></script>
|
||
|
</body>
|
||
|
</html>
|