mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 12:08:41 -06:00
15 lines
440 B
HTML
15 lines
440 B
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>TypeScript HTML App</title>
|
|
<link rel="stylesheet" href="app.css" type="text/css" />
|
|
<script data-main="app" type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.1/require.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1>TypeScript HTML App</h1>
|
|
|
|
<div id="content"></div>
|
|
</body>
|
|
</html> |