mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 12:08:41 -06: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> |