mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
7 lines
145 B
HTML
7 lines
145 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head><title> TypeScript Greeter </title></head>
|
|
<body>
|
|
<script src='greeter.js'></script>
|
|
</body>
|
|
</html> |