Files
basic-computer-games/00_Alternate_Languages/63_Name/javascript/name.html

10 lines
146 B
HTML

<html>
<head>
<title>NAME</title>
</head>
<body>
<pre id="output" style="font-size: 12pt;"></pre>
<script src="name.js"></script>
</body>
</html>